| blib/lib/HH/Unispool/Config/File/Token.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 30 | 30.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 885 | 1036 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
| 892 | 1036 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 897 | 0 | 0 | 1036 | defined $val and not ref $val |
| 0 | 0 | 1036 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 904 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 837 | 0 | 666 | 0 | ref $class || $class |
| 845 | 0 | 1082 | 0 | ref $class || $class |
| 877 | 0 | 0 | 1036 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 1036 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 1036 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |