Branch Coverage

blib/lib/Devel/TypeCheck/Environment.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
210 0 0 if ($t1->type == Devel::TypeCheck::Type::VAR() and $t2->type == Devel::TypeCheck::Type::VAR()) { }
0 0 elsif ($t1->type == Devel::TypeCheck::Type::VAR() and $t2->type != Devel::TypeCheck::Type::VAR()) { }
0 0 elsif ($t1->type != Devel::TypeCheck::Type::VAR() and $t2->type == Devel::TypeCheck::Type::VAR()) { }
212 0 0 if ($$t1{'rank'} > $$t2{'rank'}) { }
0 0 elsif ($$t1{'rank'} < $$t1{'rank'}) { }
220 0 0 if ($t1 != $t2)
259 0 0 if ($t1->type == Devel::TypeCheck::Type::VAR() and $t2->type == Devel::TypeCheck::Type::VAR()) { }
0 0 elsif ($t1->type == Devel::TypeCheck::Type::VAR() and $t2->type != Devel::TypeCheck::Type::VAR()) { }
0 0 elsif ($t1->type != Devel::TypeCheck::Type::VAR() and $t2->type == Devel::TypeCheck::Type::VAR()) { }
274 0 0 if (not $t2->occurs($t1, $this)) { }
284 0 0 if (not $t1->occurs($t2, $this)) { }
296 0 0 if ($t1->unify($t2, $this)) { }
313 0 0 unless defined $elt
315 0 0 if (defined $elt->getParent) { }