| blib/lib/PerlBean/Method/Factory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 27 | 37.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 226 | 99 | 0 | 112 | ref $val and exists $ALLOW_ISA{$name} |
| 233 | 99 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 238 | 0 | 0 | 99 | defined $val and not ref $val |
| 0 | 0 | 99 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 245 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 192 | 0 | 99 | 0 | ref $class || $class |
| 218 | 112 | 0 | 99 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 99 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 99 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |