Branch Coverage

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


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