| blib/lib/Test/Some.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 28 | 30 | 93.3 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 2 | 6 | unless @filters |
| 43 | 0 | 8 | if $@ |
| 50 | 3 | 29 | if ($filter eq '~') |
| 55 | 5 | 24 | if $filter =~ s/^:// |
| 58 | 2 | 22 | if $filter =~ s/^!// |
| 61 | 7 | 15 | if $filter =~ s[^/][] |
| 66 | 7 | 6 | if (ref $filter) |
| 68 | 3 | 0 | if $key =~ /$filter/ |
| 75 | 22 | 8 | ref $filter ? : |
| 5 | 9 | $is_tag ? : | |
| 1 | 14 | ref $filter eq 'CODE' ? : | |
| 77 | 2 | 13 | if ($is_negated) |
| 91 | 19 | 27 | if &$filter() |
| 101 | 7 | 19 | if (_should_be_skipped($caller, $name, @tags)) |
| 102 | 3 | 4 | if $BYPASS |