Branch Coverage

blib/lib/Test/URI.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
59 10 16 ref $string ? :
61 6 20 do { $uri->scheme ne $scheme } ? :
26 0 UNIVERSAL::isa($uri, 'URI') ? :
159 21 32 ref $string ? :
161 12 38 do { $uri->$methodx ne $expected } ? :
3 50 do { not $uri->can($methodx) } ? :
53 0 UNIVERSAL::isa($uri, 'URI') ? :