| blib/lib/Assert/Refute/Driver/More.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 14 | 78.5 |
| line | true | false | branch |
|---|---|---|---|
| 61 | 0 | 18 | unless "Test::Builder"->can("new") |
| 89 | 1 | 37 | if (ref $reason eq 'ARRAY') { } |
| 5 | 63 | elsif ($reason and $reason ne 1) { } | |
| 139 | 2 | 1 | if ($level == -1) { } |
| 1 | 0 | elsif ($level > 0) { } | |
| 182 | 2 | 1 | if exists $self->{'fail'}{$n} |
| 185 | 0 | 1 | unless $n =~ /^[1-9]\d*$/ and $n <= @t |