Branch Coverage

blib/lib/Devel/TypeCheck/Type.pm
Criterion Covered Total %
branch 1 16 6.2


line true false branch
74 0 19 unless (exists $name2number{$name})
114 0 0 if ($name eq 'Devel::TypeCheck::Type')
118 0 0 unless ($subtype->isa('Devel::TypeCheck::Type'))
126 0 0 unless ($this->hasSubtype($subtype->type))
178 0 0 if ($this->type == $that->type and $this->hasSubtype($this->subtype->type) and $that->hasSubtype($that->subtype->type)) { }
191 0 0 if ($that->type != VAR())
231 0 0 if ($this->type == $type) { }
234 0 0 if (defined $this->subtype) { }