blib/lib/HH/Unispool/Config/Entry/System.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 27 | 48.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
1223 | 447 | 0 | 297 | ref $val and exists $ALLOW_ISA{$name} |
1230 | 447 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
1235 | 0 | 0 | 447 | defined $val and not ref $val |
0 | 51 | 396 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
1242 | 0 | 0 | 51 | not ref $val and exists $ALLOW_VALUE{$name} |
1397 | 0 | 0 | 5 | defined $from->get_os and defined $to->get_os |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
1215 | 369 | 0 | 447 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 447 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
396 | 0 | 51 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |