| blib/lib/PerlBean/Collection.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 29 | 37.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 288 | 1 | 0 | 25 | ref $val and exists $ALLOW_ISA{$name} |
| 295 | 1 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 300 | 0 | 0 | 1 | defined $val and not ref $val |
| 0 | 0 | 1 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 307 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
| line | l | !l | condition |
|---|---|---|---|
| 414 | 2 | 0 | shift() || '.' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 249 | 0 | 2 | 0 | ref $class || $class |
| 280 | 27 | 0 | 1 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 1 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 1 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |