| blib/lib/Test/Some.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 25 | 26 | 96.1 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 0 | 8 | unless my $original_subtest = $caller->can('subtest') |
| 41 | 1 | 7 | unless @filters |
| 50 | 3 | 31 | if $filter eq '~' |
| 52 | 5 | 26 | if $filter =~ s/^:// |
| 55 | 3 | 23 | if $filter =~ s/^!// |
| 58 | 7 | 16 | if $filter =~ s[^/][] |
| 64 | 7 | 6 | ref $filter ? : |
| 66 | 22 | 8 | ref $filter ? : |
| 5 | 10 | $is_tag ? : | |
| 1 | 15 | ref $filter eq 'CODE' ? : | |
| 68 | 3 | 13 | if ($is_negated) |
| 95 | 7 | 19 | if (_should_be_skipped($caller, $name, @tags)) |
| 96 | 3 | 4 | if $BYPASS |