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 17 1 defined $SUPER_PACKAGE and $SUPER_PACKAGE ne caller()
210 1491 66 0 $existing and not $existing->isa("Class::MOP::Method::Meta")

or 2 conditions

line l !l condition
148 3 1561 $args{'base_class'} || 'Moose::Object'
149 13 1551 $args{'metaclass'} || 'Moose::Meta::Class'
185 5 4 Class::MOP::get_metaclass_by_name($ancestor) || (next)