Branch Coverage

blib/lib/Class/MakeMethods/Utility/TextBuilder.pm
Criterion Covered Total %
branch 15 26 57.6


line true false branch
6 2 0 if require Exporter
18 433 1441 if (ref $mod_expr eq 'HASH') { }
262 1179 elsif (ref $mod_expr eq 'ARRAY') { }
0 1179 elsif (ref $mod_expr eq 'CODE') { }
1179 0 elsif (not ref $_) { }
36 3441 6188 if (s/\{\}\Z//) { }
42 0 429 unless scalar @blocks
43 0 429 unless scalar @exprs
61 3673 0 if (not ref $substitute) { }
0 0 elsif (ref $substitute eq 'CODE') { }
71 2137 87 if (not ref $substitute) { }
87 0 elsif (ref $substitute eq 'HASH') { }
0 0 elsif (ref $substitute eq 'CODE') { }