blib/lib/HH/Unispool/Config/Entry/Device/1.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 24 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
710 | 129 | 0 | 19 | ref $val and exists $ALLOW_ISA{$name} |
717 | 129 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
722 | 0 | 0 | 129 | not ref $val and exists $ALLOW_RX{$name} |
729 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
625 | 0 | 17 | 36 | not $tok->isa('HH::Unispool::Config::File::Token::Numbered') or $tok->get_number != $s->get_number |
702 | 19 | 0 | 129 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 129 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
129 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |