Branch Coverage

blib/lib/Image/Compare/AVG_THRESHOLD.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
16 14 8 if ($self->{'args'}{'type'} == &MEAN) { }
8 0 elsif ($self->{'args'}{'type'} == &MEDIAN) { }
32 4 2 if ($self->{'args'}{'type'} == &MEAN) { }
2 0 elsif ($self->{'args'}{'type'} == &MEDIAN) { }
37 0 2 if (@vals % 2) { }