Condition Coverage

blib/lib/Math/Polynomial/Multivariate.pm
Criterion Covered Total %
condition 23 27 85.1


and 3 conditions

line !l l&&!r l&&r condition
125 1 27 0 ref $that and $that->isa('Math::Polynomial::Multivariate')
144 2 12 0 ref $that and $that->isa('Math::Polynomial::Multivariate')
165 3 37 0 ref $that and $that->isa('Math::Polynomial::Multivariate')
207 2 12 0 ref $that and $that->isa('Math::Polynomial::Multivariate')
409 22 16 19 keys %{$vars;} && $one == $const

or 2 conditions

line l !l condition
309 18 15 $$term[1]{$varname} or 0
320 37 31 $$term[1]{$varname} || 0
360 2 4 $result{$name} || 0

or 3 conditions

line l !l&&r !l&&!r condition
196 1 1 6 $swap or $exp != int abs $exp
212 4 2 4 not exists $$bterms{$key} or $$term[0] != $$bterms{$key}[0]