blib/lib/HH/Unispool/Config/DateFormat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 27 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
289 | 40 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
296 | 40 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
301 | 0 | 0 | 40 | defined $val and not ref $val |
0 | 40 | 0 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
308 | 0 | 0 | 40 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
258 | 0 | 40 | 0 | ref $class || $class |
281 | 0 | 0 | 40 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 40 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
0 | 0 | 40 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |