Branch Coverage

blib/lib/App/Math/Tutor/Cmd/VulFrac/Cmd/Mul.pm
Criterion Covered Total %
branch 14 24 58.3


line true false branch
79 30 0 unless $self->has_result_format
86 0 0 if $op eq '/'
93 0 0 if defined $result_format{'reducable'} and $result_format{'reducable'}
95 0 0 if defined $result_format{'keep'} and $result_format{'keep'}
96 0 0 if defined $result_format{'keep'} and $result_format{'keep'}
111 15 15 $j ? :
0 30 unless $self->_operands_ok($j ? '/' : '*', $a, $b)
133 15 15 $i ? :
139 14 16 if $a->_gcd > 1 or $b->_gcd > 1
142 15 15 if ($i)
160 12 18 if $s->_gcd > 1 and $s = $s->_reduce
162 19 11 if $s->num > $s->denum and $s->denum > 1