blib/lib/namespace/autoclean.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
188 | 18 | 0 | 0 | defined &Class::MOP::class_of and my $meta = Class::MOP::class_of($package) |
192 | 0 | 0 | 0 | $meta->isa('Moose::Meta::Role') and 'Moose'->VERSION < 0.9 |
208 | 0 | 35 | 4 | $does and eval { do { $package->$does($code_stash) } } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
179 | 35 | 7 | 42 | not &$method_check($method) or &first(sub { &$runtest($_, $method); } , @also) |