Condition Coverage

blib/lib/namespace/autoclean.pm
Criterion Covered Total %
condition 7 15 46.6


and 3 conditions

line !l l&&!r l&&r condition
14 0 0 9 eval { do { require Sub::Util } } and defined &Sub::Util::subname
212 17 0 0 defined &Class::MOP::class_of and my $meta = Class::MOP::class_of($package)
216 0 0 0 $meta->isa('Moose::Meta::Role') and 'Moose'->VERSION < 0.9
231 0 34 4 $does and eval { do { $package->$does($code_stash) } }

or 3 conditions

line l !l&&r !l&&!r condition
203 34 7 41 not &$method_check($method) or &first(sub { &$runtest($_, $method); } , @also)