blib/lib/Math/Expr/MatchSet.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 16 | 62.5 |
line | true | false | branch |
---|---|---|---|
99 | 0 | 107 | unless defined $pos |
100 | 0 | 107 | unless $vars->isa('Math::Expr::VarSet') |
115 | 0 | 96 | unless $mset->isa('Math::Expr::MatchSet') |
118 | 0 | 81 | if (defined $$self{'Matches'}{$_}) |
144 | 0 | 65 | unless defined $var |
145 | 0 | 38 | unless $obj->isa('Math::Expr::Opp') or $obj->isa('Math::Expr::Num') or $obj->isa('Math::Expr::Var') |
150 | 2 | 69 | if (not $$self{'Matches'}{$_}->Set($var, $obj)) { } |
157 | 2 | 63 | if ($allgone) { } |