blib/lib/Math/Expr/Num.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 4 | 100.0 |
line | true | false | branch |
---|---|---|---|
93 | 4 | 4 | if ($rule->isa('Math::Expr::Var') and $self->BaseType eq $rule->BaseType) |
97 | 2 | 2 | if ($rule->isa('Math::Expr::Num') and $self->BaseType eq $rule->BaseType) |