blib/lib/HH/Unispool/Config/Entry/Device/6.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 27 | 51.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
788 | 212 | 0 | 28 | ref $val and exists $ALLOW_ISA{$name} |
795 | 212 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
800 | 0 | 0 | 212 | defined $val and not ref $val |
0 | 28 | 184 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
807 | 0 | 0 | 28 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
689 | 0 | 17 | 54 | not $tok->isa('HH::Unispool::Config::File::Token::Numbered') or $tok->get_number != $s->get_number |
780 | 28 | 0 | 212 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 212 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
184 | 0 | 28 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |