Branch Coverage

blib/lib/Class/MOP/Method/Constructor.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
20 11814 1 if $options{'is_inline'}
23 1 11813 unless $options{'package_name'} and $options{'name'}
42 3 11810 if $class ne "Class::MOP::Method::Constructor"
45 11810 0 @_ == 1 ? :
79 11813 0 if $self->is_inline
104 0 12576 if $self->options->{'debug'}