blib/lib/TAP/Parser/SourceHandler/File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
69 | 85 | 225 | unless $meta->{'is_file'} |
71 | 3 | 222 | if $file->{'lc_ext'} eq '.tap' |
73 | 4 | 218 | if (my $exts = $config->{'extensions'}) |
74 | 4 | 0 | ref $exts eq 'ARRAY' ? : |
75 | 4 | 0 | if grep {lc $_ eq $file->{'lc_ext'};} @exts |
94 | 0 | 5 | unless $source->meta->{'is_scalar'} |
98 | 0 | 5 | unless open $fh, '<', $file |