| blib/lib/Test/NoPlan.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 26 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 68 | 0 | 0 | 0 | defined $arg_ref and ref $arg_ref ne 'HASH' |
| 84 | 0 | 0 | 0 | $$arg_ref{'method'} ne 'create' and $$arg_ref{'method'} ne 'new' |
| 100 | 0 | 0 | 0 | $$arg_ref{'topdir'} and $$arg_ref{'topdir'} ne '.' |
| 103 | 0 | 0 | 0 | defined $topdir and length $topdir |
| 0 | 0 | 0 | defined $topdir and length $topdir and not -d $topdir | |
| 142 | 0 | 0 | 0 | $dir_entry =~ /$check_files/ and not $dir_entry =~ /$ignore_files/ |
| line | l | !l | condition |
|---|---|---|---|
| 27 | 0 | 0 | $$arg_ref{'method'} ||= 'create' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 175 | 0 | 0 | 0 | $file_contents =~ /^[^#]*\bTest::More\b[^#]*\btests\b/mx or $file_contents =~ /^[^#]*\bplan\b[^#]*\btests\b/mx |
| 0 | 0 | 0 | $file_contents =~ /^[^#]*\bTest::More\b[^#]*\bno_plan\b/mx or $file_contents =~ /^[^#]*\bplan\b[^#]*\bno_plan\b/mx |