blib/lib/HH/Unispool/Config/File/Token/Numbered/System/Info.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 25 | 36.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
307 | 125 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
314 | 125 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
319 | 0 | 0 | 125 | not ref $val and exists $ALLOW_RX{$name} |
326 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l | condition |
---|---|---|---|
375 | 41 | 0 | $self->get_number || 0 |
34 | 7 | $self->get_description || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
299 | 0 | 0 | 125 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 125 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
125 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |