Condition Coverage

blib/lib/HH/Unispool/Config/File/Token/Unnumbered/Host.pm
Criterion Covered Total %
condition 12 30 40.0


and 3 conditions

line !l l&&!r l&&r condition
306 49 0 34 ref $val and exists $ALLOW_ISA{$name}
313 49 0 0 ref $val and exists $ALLOW_REF{$name}
318 0 0 49 defined $val and not ref $val
0 0 49 defined $val and not ref $val and exists $ALLOW_RX{$name}
325 0 0 0 not ref $val and exists $ALLOW_VALUE{$name}

or 2 conditions

line l !l condition
398 8 0 $self->get_name || ''
405 21 0 $self->get_name || ''
21 0 $self->get_os->get_os || ''

or 3 conditions

line l !l&&r !l&&!r condition
298 34 0 49 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name}
0 0 49 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name}
49 0 0 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name}