Condition Coverage

blib/lib/HH/Unispool/Config/Entry/Device/3.pm
Criterion Covered Total %
condition 13 30 43.3


and 3 conditions

line !l l&&!r l&&r condition
574 94 0 15 ref $val and exists $ALLOW_ISA{$name}
581 94 0 0 ref $val and exists $ALLOW_REF{$name}
586 0 0 94 defined $val and not ref $val
0 0 94 defined $val and not ref $val and exists $ALLOW_RX{$name}
593 0 0 0 not ref $val and exists $ALLOW_VALUE{$name}

or 3 conditions

line l !l&&r !l&&!r condition
507 12 0 24 not $tok->isa('HH::Unispool::Config::File::Token::Numbered') or $tok->get_number != $d->get_number
566 15 0 37 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name}
0 0 37 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name}
37 0 0 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name}
623 10 0 22 not $tok->isa('HH::Unispool::Config::File::Token::Numbered::Device::Group') or $tok->get_number != $self->get_number