Condition Coverage

blib/lib/Math/Polynomial/Multivariate.pm
Criterion Covered Total %
condition 15 15 100.0


and 3 conditions

line !l l&&!r l&&r condition
456 24 17 21 keys %{$vars;} && $one == $const

or 2 conditions

line l !l condition
355 20 16 $term->[1]{$varname} or 0
366 43 34 $term->[1]{$varname} || 0
406 2 4 $result{$name} || 0

or 3 conditions

line l !l&&r !l&&!r condition
216 1 1 6 $swap or $exp != int abs $exp
234 5 2 8 not exists $bterms->{$key} or $term->[0] != $bterms->{$key}[0]