blib/lib/HH/Unispool/Config/Entry/Device/7.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 27 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
604 | 55 | 0 | 19 | ref $val and exists $ALLOW_ISA{$name} |
611 | 55 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
616 | 0 | 0 | 55 | defined $val and not ref $val |
0 | 0 | 55 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
623 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
531 | 6 | 11 | 36 | not $tok->isa('HH::Unispool::Config::File::Token::Numbered') or $tok->get_number != $s->get_number |
596 | 19 | 0 | 55 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 55 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
55 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |