Branch Coverage

blib/lib/Devel/DidYouMean.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
33 11 62 if defined *{$module;}
45 0 3 if grep /$sub/, ('AUTOLOAD', 'BEGIN', 'CHECK', 'INIT', 'DESTROY', 'END')
55 107 447 if (defined &{$absolute_name;})
62 2 1 if ($package eq 'main')
76 0 6 if $_ eq 'AUTOLOAD'
77 3 3 unless $match_score
79 3 3 if ($match_score < $valid_subs{$_})