blib/lib/Mouse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 18 | 94.4 |
line | true | false | branch |
---|---|---|---|
48 | 1 | 504 | if @_ % 2 |
51 | 3 | 501 | ref $name ? : |
91 | 1 | 15 | if defined $SUPER_PACKAGE and $SUPER_PACKAGE ne caller() |
92 | 1 | 14 | unless defined $SUPER_BODY |
106 | 12 | 9 | if (my $body = $INNER_BODY{$pkg}) { } |
128 | 0 | 571 | unless my $class = $args{'for_class'} |
136 | 548 | 23 | unless exists $INC{$filename} |
142 | 551 | 20 | unless $meta->superclasses |
146 | 556 | 15 | unless Mouse::Util::TypeConstraints::find_type_constraint($class) |