Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
89 0 0 0 defined $result_format{'reducable'} and $result_format{'reducable'}
91 0 0 0 defined $result_format{'keep'} and $result_format{'keep'}
92 0 0 0 defined $result_format{'keep'} and $result_format{'keep'}
135 0 0 0 ($a, $b) = ($a->_reduce, $b = $b->_reduce) and push @way, &$a_mult_b($op, $a, $b)
157 0 0 0 $s->_gcd > 1 and $s = $s->_reduce
159 0 0 0 $s->num > $s->denum and $s->denum > 1

or 2 conditions

line l !l condition
89 0 0 $s->_gcd > 1 or return 0
91 0 0 $s->num <= $max_num or return 0
92 0 0 $s->denum <= $max_denum or return 0

or 3 conditions

line l !l&&r !l&&!r condition
135 0 0 0 $a->_gcd > 1 or $b->_gcd > 1