File: podcoverage.t

package info (click to toggle)
libb-hooks-op-check-entersubforcv-perl 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 1,339; ansic: 10; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use Test::More tests => 1;
use Test::Pod::Coverage;

pod_coverage_ok(
    'B::Hooks::OP::Check::EntersubForCV',
    { also_private => [qw/dl_load_flags/] },
);