Branch Coverage

blib/lib/Devel/TypeCheck/Type/TVar.pm
Criterion Covered Total %
branch 0 4 0.0


line true false branch
38 0 0 if ($this->type == $that->type) { }
41 0 0 if ($this->subtype->type == Devel::TypeCheck::Type::VAR() or $that->subtype->type == Devel::TypeCheck::Type::VAR()) { }