Condition Coverage

blib/lib/Class/Accessor/Validated.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
28 1 0 9 $class->can("set_$maybe_valid_key") && $class->can("get_$maybe_valid_key")
30 10 0 0 $FOLLOW_BAD_PRACTICE && $class->can($maybe_valid_key)

or 3 conditions

line l !l&&r !l&&!r condition
32 9 0 1 $follows_best_practice or $follows_bad_practice