Condition Coverage

blib/lib/HH/Unispool/Config/File/Token/Numbered/X.pm
Criterion Covered Total %
condition 14 31 45.1


and 3 conditions

line !l l&&!r l&&r condition
391 971 0 0 ref $val and exists $ALLOW_ISA{$name}
398 971 0 0 ref $val and exists $ALLOW_REF{$name}
403 0 0 971 not ref $val and exists $ALLOW_RX{$name}
410 0 0 0 not ref $val and exists $ALLOW_VALUE{$name}

or 2 conditions

line l !l condition
516 97 0 $self->get_number || 0
20 77 $self->get_profile_name || ''
60 37 $self->get_header_name || ''
61 36 $self->get_trailer_name || ''
97 0 $self->get_filter_name || ''

or 3 conditions

line l !l&&r !l&&!r condition
383 0 0 971 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name}
0 0 971 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name}
971 0 0 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name}