Condition Coverage

blib/lib/Class/Constructor.pm
Criterion Covered Total %
condition 10 17 58.8


and 3 conditions

line !l l&&!r l&&r condition
473 0 0 0 exists $params{$dont_load_subclass_param} and $params{$dont_load_subclass_param}

or 2 conditions

line l !l condition
393 6 9 $params{'Name'} || 'new'
404 3 12 $params{'Method_Name_Normalizer'} || sub { lc $_[0]; }
405 3 12 $params{'Param_Name_Normalizer'} || sub { lc $_[0]; }
406 3 12 $params{'Class_Name_Normalizer'} || sub { ucfirst lc $_[0]; }

or 3 conditions

line l !l&&r !l&&!r condition
389 0 15 0 ref $proto || $proto
456 0 26 0 ref $proto || $proto