Branch Coverage

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


line true false branch
74 0 0 unless $self->has_result_format
81 0 0 if $op eq '/'
89 0 0 if defined $result_format{'reducable'} and $result_format{'reducable'}
91 0 0 if defined $result_format{'keep'} and $result_format{'keep'}
92 0 0 if defined $result_format{'keep'} and $result_format{'keep'}
107 0 0 $j ? :
0 0 unless $self->_operands_ok($j ? '/' : '*', $a, $b)
129 0 0 $i ? :
135 0 0 if $a->_gcd > 1 or $b->_gcd > 1
138 0 0 if ($i)
157 0 0 if $s->_gcd > 1 and $s = $s->_reduce
159 0 0 if $s->num > $s->denum and $s->denum > 1