| blib/lib/Test2/Tools/Class.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 18 | 94.4 |
| line | true | false | branch |
|---|---|---|---|
| 26 | 9 | 97 | if (ref $args[0] eq 'ARRAY') { } |
| 34 | 31 | 1 | defined $thing ? : |
| 74 | 32 | ref $thing ? : | |
| 39 | 60 | 37 | @items == 1 ? : |
| 41 | 3 | 30 | unless (defined $thing and &blessed($thing) || !ref($thing) && length $thing) |
| 42 | 2 | 1 | defined $thing ? : |
| 52 | 1 | 102 | unless ("UNIVERSAL"->can($op) or $thing->can($op)) |
| 71 | 0 | 194 | unless $ok |
| 72 | 179 | 15 | if $bool |