Branch Coverage

blib/lib/List/ToHumanString.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
20 1 7 if (not @list) { }
1 6 elsif (@list == 1) { }
3 3 elsif (@list == 2) { }
30 2 1 $Extra_Comma ? :
42 7 13 @list == 1 ? :
51 8 12 if ($string =~ /$re/)