blib/lib/HH/Unispool/Config/File/Tokenizer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 27 | 11.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
471 | 0 | 0 | 2497 | ref $val and exists $ALLOW_ISA{$name} |
478 | 0 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
483 | 0 | 0 | 0 | defined $val and not ref $val |
0 | 0 | 0 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
490 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
422 | 0 | 21 | 0 | ref $class || $class |
463 | 2539 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
0 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |