| blib/lib/Array/To/Moose.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 21 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 65 | 1 | 1 | 0 | defined $_[0] and not $_[0] =~ /^\w+$/ |
| 73 | 1 | 1 | 0 | defined $_[0] and not $_[0] =~ /^\w+$/ |
| 208 | 28 | 0 | 0 | exists $result->{$key_name} and $throw_nonunique_keys |
| 332 | 0 | 0 | 46 | $attrib and %$attrib |
| 413 | 4 | 2 | 0 | @$sub_obj != 1 and $throw_multiple_rows |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 268 | 14 | 46 | 122 | ref $value or $name eq $CLASS |
| 280 | 46 | 12 | 124 | $name eq $CLASS or $name eq $KEY |