| blib/lib/Test/Class/Most.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 22 | 72.7 |
| line | true | false | branch |
|---|---|---|---|
| 203 | 0 | 4 | if $@ |
| 206 | 3 | 1 | if (my $parent = delete $args{'parent'}) { } |
| 207 | 0 | 3 | if (ref $parent and 'ARRAY' ne ref $parent) |
| 212 | 2 | 1 | unless ref $parent |
| 215 | 0 | 4 | if $@ |
| 224 | 1 | 3 | if (my $attributes = delete $args{'attributes'}) |
| 225 | 0 | 1 | if (ref $attributes and 'ARRAY' ne ref $attributes) |
| 230 | 1 | 0 | unless ref $attributes |
| 236 | 1 | 3 | unless @_ |
| 237 | 0 | 3 | if (@_ > 1) |
| 245 | 2 | 2 | if (my $is_abstract = delete $args{'is_abstract'}) { } |