Branch Coverage

blib/lib/Test/Deep/URI.pm
Criterion Covered Total %
branch 22 24 91.6


line true false branch
36 1 38 if (not $is_deep_qf || defined $expected_uri) { }
4 34 elsif ($is_deep_qf) { }
40 0 4 unless defined $expected_uri
42 0 4 unless defined $expected_query_form
49 24 15 if (($expected_uri || '') =~ m[//([^/]+)/])
53 4 35 if ($is_deep_qf)
67 14 25 if $uri->scheme
88 12 27 if ($self->{'host'})
90 11 1 $got->can('host') ? :
103 4 35 if exists $self->{'expected_qf'}
113 72 120 if (exists $hash{$key})
115 56 16 unless ref $hash{$key}