blib/lib/Moose.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 12 | 91.6 |
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") |
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) |