inc/Test/Compile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 19 | 30 | 63.3 |
line | true | false | branch |
---|---|---|---|
32 | 0 | 11 | @_ ? : |
34 | 0 | 11 | unless (-f $file) |
47 | 0 | 11 | if $@ |
50 | 0 | 11 | unless ($ok) |
55 | 0 | 11 | unless $ok |
61 | 0 | 1 | @_ ? : |
67 | 0 | 11 | unless pm_file_ok($_) |
74 | 0 | 1 | @_ ? : |
79 | 18 | 19 | if (-d $file) |
81 | 0 | 18 | unless opendir DH, $file |
86 | 36 | 0 | if $_ ne 'CVS' |
90 | 19 | 17 | if (-f $filename) { } |
97 | 19 | 18 | if (-f $file) |
98 | 11 | 8 | if $file =~ /\.pm$/ |
106 | 1 | 0 | if -e 'blib' |