Branch Coverage

blib/lib/Class/MOP/Method/Constructor.pm
Criterion Covered Total %
branch 8 12 66.6


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