Branch Coverage

blib/lib/Test/BoostUnit.pm
Criterion Covered Total %
branch 0 90 0.0


line true false branch
144 0 0 unless $totalPoints
145 0 0 if $totalPoints
152 0 0 if ($h{'METRIC'} eq 'RMS')
155 0 0 unless $totalPoints
156 0 0 if $totalPoints
159 0 0 if ($h{'METRIC'} eq 'Mean')
163 0 0 if ($h{'METRIC'} eq 'MeanL1Norm')
167 0 0 if ($h{'METRIC'} eq 'RelativeMean')
169 0 0 if $b
171 0 0 if ($h{'METRIC'} eq 'RelativeL1Norm')
173 0 0 if $b
175 0 0 if ($h{'METRIC'} eq 'RelativeMaxL1Norm')
178 0 0 $$currentValue[0] > $$previousTotal[0] ? :
179 0 0 if $b
182 0 0 if ($h{'METRIC'} eq 'MaxL1Norm')
185 0 0 $$currentValue[0] > $$previousTotal[0] ? :
190 0 0 if (exists $$V2{$key})
219 0 0 if (exists $$V2{$key})
223 0 0 if $XBD eq $YBD
226 0 0 if $numPoints
227 0 0 unless $numPoints
254 0 0 if defined $$V2{$v1Key} and $$V2{$v1Key} ne ''
262 0 0 if (exists $$V2Copy{$v1Key})
291 0 0 unless defined $rowSums{$rowKey}
301 0 0 unless defined $colSums{$colKey}
302 0 0 defined $$CM{$_}{$colKey} ? :
311 0 0 unless defined $ObsRandomChance{$rowKey}{$colKey}
317 0 0 defined $$CM{$_}{$_} ? :
318 0 0 defined $ObsRandomChance{$_}{$_} ? :
320 0 0 unless $numObs - $ChanceDiagonalSum == 0
321 0 0 if $numObs - $ChanceDiagonalSum == 0
336 0 0 unless $WtCMSum == 0
337 0 0 if $WtCMSum == 0
368 0 0 if (exists $$V2{$key2})
380 0 0 if (sqrt($numPoints * $Xi2 - $Xi * $Xi) * sqrt($numPoints * $Yi2 - $Yi * $Yi) ne 0)
609 0 0 if /$h{'FIRST_PRUNE_REGEX'}/
610 0 0 if (/$h{'FIRST_FILE_REGEX'}/ and -f $_)
620 0 0 if /$h{'SECOND_PRUNE_REGEX'}/
621 0 0 if (/$h{'SECOND_FILE_REGEX'}/ and -f $_)
634 0 0 if exists $secondMD5Hash{$_} and $secondMD5Hash{$_} eq $firstMD5Hash{$_}
639 0 0 if exists $firstMD5Hash{$_} and $secondMD5Hash{$_} eq $firstMD5Hash{$_}
664 0 0 if $h{'COMPARE_CODE'}($h{'FIRST'}, $h{'SECOND'})
665 0 0 unless $h{'COMPARE_CODE'}($h{'FIRST'}, $h{'SECOND'})
696 0 0 if compareTwoLists({'FIRST', $h{'FIRST'}, 'SECOND', $h{'SECOND'}})
697 0 0 unless compareTwoLists({'FIRST', $h{'FIRST'}, 'SECOND', $h{'SECOND'}})