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
56 5 0 1 exists $args{'new'} and not $args{'new'}
132 16 0 0 @_ == 1 && ref $_[0] eq 'HASH'

or 3 conditions

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