Branch Coverage

blib/lib/Class/Maker/Basic/Constructor.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
66 0 0 if ($class->can('_arginit'))
75 0 0 if $Class::Maker::DEBUG
81 0 0 if (ref $what)
110 0 0 if $Class::Maker::DEBUG
124 0 0 unless my $rfx = Class::Maker::Reflection::reflect($parent)
126 0 0 if (defined $rfx->definition) { }
128 0 0 if $Class::Maker::DEBUG
130 0 0 if exists $rfx->definition->{'default'}
141 0 0 if defined *{"${parent}::_preinit";}{'CODE'}
150 0 0 if (defined *{"${parent}::$init_method";}{'CODE'})
170 0 0 if defined *{"${parent}::_postinit";}{'CODE'}