Branch Coverage

blib/lib/Mouse/Role.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
40 0 59 if @_ % 2
43 1 58 ref $name ? :
78 0 12 unless defined $Mouse::SUPER_BODY
99 0 21 unless @_
113 0 200 unless my $class = $args{'for_class'}
124 191 9 unless Mouse::Util::TypeConstraints::find_type_constraint($class)