| blib/lib/TAP/Parser/SourceHandler/MyTAP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 17 | 20 | 85.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 208 | 2 | 5 | unless $$meta{'is_file'} | 
| 213 | 2 | 3 | if (my $config = $source->config_for('MyTAP')) | 
| 214 | 2 | 0 | if (my $suffix = $$config{'suffix'}) | 
| 215 | 1 | 1 | if (ref $suffix) | 
| 216 | 1 | 0 | grep({$suf eq $_;} @{$suffix;}) ? : | 
| 218 | 1 | 0 | $suf eq $$config{'suffix'} ? : | 
| 295 | 4 | 16 | if defined $$config{$_} | 
| 298 | 1 | 3 | ref $source->raw ? : | 
| 299 | 1 | 1 | defined $fn ? : | 
| 2 | 2 | unless $fn and -e $fn |