| blib/lib/TAP/Parser/SourceHandler/MyTAP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 22 | 81.8 |
| 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 | 12 | if defined $config->{$_} |
| 299 | 0 | 4 | if (my $pw = $config->{'password'}) |
| 303 | 1 | 3 | ref $source->raw ? : |
| 304 | 1 | 1 | defined $fn ? : |
| 2 | 2 | unless $fn and -e $fn |