Branch Coverage

blib/lib/Moo/Object.pm
Criterion Covered Total %
branch 18 18 100.0


line true false branch
14 294 656 unless (exists $NO_DEMOLISH{$class})
15 14 280 unless ($NO_DEMOLISH{$class} = !$class->can('DEMOLISH'))
23 654 294 if $NO_BUILD{$class}
25 292 2 unless exists $NO_BUILD{$class}
26 280 14 $NO_BUILD{$class} ? :
36 14 8 ref $_[0] eq 'HASH' ? :
2 1182 @_ % 2 ? :
22 1184 scalar @_ == 1 ? :
64 2 4 unless $INC{'Moose/Role.pm'} or $INC{'Role/Tiny.pm'}