Branch Coverage

blib/lib/Method/Utils.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
86 3 2 if ref $mth eq 'REF' and ref $$mth eq 'CODE'
89 2 3 unless defined $self
107 5 5 unless $self->can($mth)
132 2 9 unless defined &{$class . "::$mth";}
145 0 6 unless defined &{$class . "::$mth";}