Condition Coverage

blib/lib/Class/Accessor/Typed.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
53 5 0 1 exists $args{'new'} and not $args{'new'}
129 15 0 0 @_ == 1 && ref $_[0] eq 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
45 4 4 9 $key eq 'rw_lazy' || $key eq 'ro_lazy'
106 1 3 0 $rule->{'builder'} || "_build_$n"
118 1 3 0 $rule->{'builder'} || "_build_$n"