blib/lib/PerlBean/Dependency.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 27 | 29.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
212 | 142 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
219 | 142 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
224 | 0 | 0 | 142 | defined $val and not ref $val |
0 | 0 | 142 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
231 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
179 | 0 | 142 | 0 | ref $class || $class |
204 | 0 | 0 | 142 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 142 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
142 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |