Branch Coverage

blib/lib/GD/Barcode/EAN13.pm
Criterion Covered Total %
branch 5 16 31.2


line true false branch
68 0 0 if $GD::Barcode::EAN13::errStr = $oThis->init($sTxt)
76 0 1 if $sTxt =~ /[^0-9]/
79 1 0 if (length $sTxt == 12) { }
0 0 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'}) { }