blib/lib/HH/Unispool/Config/Entry/Device/5.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 27 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
584 | 76 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
591 | 76 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
596 | 0 | 0 | 76 | defined $val and not ref $val |
0 | 0 | 76 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
603 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
519 | 0 | 17 | 36 | not $tok->isa('HH::Unispool::Config::File::Token::Numbered') or $tok->get_number != $s->get_number |
576 | 0 | 0 | 76 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 76 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
76 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |