Branch Coverage

blib/lib/GD/Barcode/ITF.pm
Criterion Covered Total %
branch 11 18 61.1


line true false branch
16 0 2 if $GD::Barcode::ITF::errStr = $oThis->init($sTxt)
24 0 2 if $sTxt =~ /[^0-9]/
27 1 1 if (length($sTxt) % 2)
40 6 7 $i % 2 ? :
43 0 1 $iSum == 0 ? :
70 28 42 substr($sBlack, $j, 1) eq '1' ? :
71 28 42 substr($sWhite, $j, 1) eq '1' ? :
86 0 0 $hParam{'Height'} ? :
88 0 0 if ($hParam{'NoText'}) { }