blib/lib/HH/Unispool/Config/File/Token/Comment/Head.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 28 | 35.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
307 | 52 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
314 | 52 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
319 | 0 | 0 | 52 | defined $val and not ref $val |
0 | 0 | 52 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
326 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l | condition |
---|---|---|---|
396 | 4 | 16 | $self->get_version || '' |
20 | 0 | $self->get_host || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
299 | 0 | 0 | 52 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 52 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
52 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |