Condition Coverage

blib/lib/Class/Tiny.pm
Criterion Covered Total %
condition 12 18 66.6


and 3 conditions

line !l l&&!r l&&r condition
33 0 0 34 defined $_ and not ref $_
0 0 34 defined $_ and not ref $_ and /^[^\W\d]\w*$/s
47 25 4 4 defined $outer_default and ref $outer_default eq 'CODE'
105 34 0 10 @_ == 1 and ref $_[0]

or 3 conditions

line l !l&&r !l&&!r condition
101 35 9 0 $LINEAR_ISA_CACHE{$class} || &$_PRECACHE($class)
127 48 23 4 $CAN_CACHE{$class}{$k} ||= $self->can($k)