blib/lib/HH/Unispool/Config/File/Token/Unnumbered/CSN.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 23 | 30.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
277 | 35 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
284 | 35 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
289 | 0 | 0 | 35 | not ref $val and exists $ALLOW_RX{$name} |
296 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l | condition |
---|---|---|---|
342 | 22 | 0 | $self->get_central_console_node || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
269 | 0 | 0 | 35 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 35 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
35 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |