Branch Coverage

blib/lib/Mite/Trait/HasMethods.pm
Criterion Covered Total %
branch 8 18 44.4


line true false branch
14 0 109 "$]" >= 5.012 && "$]" < 5.02 ? :
25 0 8 if defined $self->method_signatures->{$method_name}
70 53 67 unless $stashname eq $self->name or $stashname eq "constant"
94 0 0 if ($name =~ /^\+/) { }
115 0 0 unless &CodeRef()->check($coderef)
117 0 0 unless &ArrayRef()->of(&Str())->check($names) and @$names
119 0 0 if $kind eq "role"
138 114 9 unless my(%sigs) = %{$self->method_signatures;}
152 5 5 if (my $support = $sigs{$name}->_compile_support)