Branch Coverage

blib/lib/GD/Barcode/EAN13.pm
Criterion Covered Total %
branch 7 16 43.7


line true false branch
68 0 0 if $GD::Barcode::EAN13::errStr = $oThis->init($sTxt)
76 0 2 if $sTxt =~ /[^0-9]/
79 1 1 if (length $sTxt == 12) { }
0 1 elsif (length $sTxt == 13) { }
101 0 1 $iSum == 0 ? :
118 3 3 substr($oddEven, $i - 1, 1) eq 'O' ? :
144 0 0 $hParam{'Height'} ? :
146 0 0 if ($hParam{'NoText'}) { }