blib/lib/TAP/Harness/Restricted.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
41 | 0 | 28 | unless $file->exists |
43 | 14 | 14 | if grep {$basename =~ /$_/;} @banned_names |
44 | 3 | 11 | if exists $$banned_files{$file->relative} |
46 | 9 | 2 | if grep {$guts =~ /$_/ms;} @banned_code |