Condition Coverage

blib/lib/PerlBean/Method.pm
Criterion Covered Total %
condition 12 29 41.3


and 3 conditions

line !l l&&!r l&&r condition
406 1019 0 516 ref $val and exists $ALLOW_ISA{$name}
413 1019 0 0 ref $val and exists $ALLOW_REF{$name}
418 0 0 1019 defined $val and not ref $val
0 0 1019 defined $val and not ref $val and exists $ALLOW_RX{$name}
425 0 0 0 not ref $val and exists $ALLOW_VALUE{$name}

or 2 conditions

line l !l condition
714 722 0 $self->get_description || "\n"

or 3 conditions

line l !l&&r !l&&!r condition
320 0 516 0 ref $class || $class
398 516 0 2180 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name}
0 0 2180 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name}
1019 0 1161 exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name}