Condition Coverage

blib/lib/Moose.pm
Criterion Covered Total %
condition 11 12 91.6


and 3 conditions

line !l l&&!r l&&r condition
100 1 15 1 defined $SUPER_PACKAGE and $SUPER_PACKAGE ne caller()
210 1447 64 0 $existing and not $existing->isa("Class::MOP::Method::Meta")

or 2 conditions

line l !l condition
148 1 1516 $args{'base_class'} || 'Moose::Object'
149 11 1506 $args{'metaclass'} || 'Moose::Meta::Class'
185 5 4 Class::MOP::get_metaclass_by_name($ancestor) || (next)