blib/lib/HH/Unispool/Config/File/Token/Unnumbered/Filter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 30 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
336 | 48 | 0 | 24 | ref $val and exists $ALLOW_ISA{$name} |
343 | 48 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
348 | 0 | 0 | 48 | defined $val and not ref $val |
0 | 0 | 48 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
355 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l | condition |
---|---|---|---|
447 | 11 | 0 | $self->get_name || '' |
11 | 0 | $self->get_file || '' | |
11 | 0 | $self->get_type->get_type || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
328 | 24 | 0 | 48 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 48 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
48 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |