Branch Coverage

blib/lib/URI/Namespace.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
92 2 4 if (defined $name) { }
95 1 1 if $str eq 'http://www.w3.org/2001/XMLSchema'
105 61 6 if (defined $name) { }
106 3 58 if $iri eq 'http://www.w3.org/2001/XMLSchema'
116 4 8 if (&blessed($fulluri) and $fulluri->isa('IRI'))
120 6 6 if ($fulluri =~ /^$iri(.+)/) { }