| lib/Test/Stream/Plugin/Hide.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 24 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 11 | 5 | if ($hide =~ /^-([^_].*)$/) { } |
| 38 | 3 | 8 | if ($name eq 'all') { } |
| 41 | 10 | 42 | if $BAD{$name} |
| 42 | 18 | 24 | if $name =~ /^_/ |
| 51 | 4 | 4 | if $BAD{$name} |
| 102 | 1 | 2 | unless $ok |
| 109 | 2 | 21 | unless $mod =~ /$module_name_rx/ |
| 123 | 11 | 2 | unless $INC{$file} |
| 133 | 15 | 0 | unless defined $INC{$file} |
| 138 | 54 | 642 | unless not ref $_ |
| 143 | 30 | 5 | unless $HIDE{$file} |
| 146 | 0 | 5 | unless open my $handle, '<', \$error |