Branch Coverage

lib/Pcore/Util/Class.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
16 0 4 if (substr($class, -3) eq '.pm') { }
31 0 4 if $args{'isa'} and not $class->isa($args{'isa'})
33 0 4 if $args{'does'} and not $class->does($args{'does'})
46 0 6 if ($class =~ /[.]pm\z/msu) { }
59 4 18 if (-f "$inc/$class_filename")
70 0 10 if (substr($class, 0, 1) eq '+') { }
74 10 0 $ns ? :
100 0 0 if (wantarray) { }