Condition Coverage

blib/lib/Mouse.pm
Criterion Covered Total %
condition 8 10 80.0


and 3 conditions

line !l l&&!r l&&r condition
91 1 14 1 defined $SUPER_PACKAGE and $SUPER_PACKAGE ne caller()

or 2 conditions

line l !l condition
130 1 570 $args{'base_class'} || 'Mouse::Object'
131 0 571 $args{'metaclass'} || 'Mouse::Meta::Class'

or 3 conditions

line l !l&&r !l&&!r condition
136 47 0 404 ref $_[0] || $_[0]