blib/lib/TAP/Parser/SourceHandler/File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
69 | 85 | 222 | unless $meta->{'is_file'} |
71 | 2 | 220 | if $file->{'lc_ext'} eq '.tap' |
73 | 4 | 216 | if (my $exts = $config->{'extensions'}) |
74 | 4 | 0 | if grep {lc $_ eq $file->{'lc_ext'};} @$exts |
93 | 0 | 5 | unless $source->meta->{'is_scalar'} |
97 | 0 | 5 | unless open $fh, '<', $file |