Condition Coverage

blib/lib/Metabrik/String/Uri.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
97 0 0 0 exists $parsed->{'scheme'} and $parsed->{'scheme'} eq $scheme

or 2 conditions

line l !l condition
67 0 0 $uri->scheme || ''
0 0 $uri->host || ''
0 0 $uri->port || 80
0 0 $uri->path || '/'
0 0 $uri->opaque || ''
0 0 $uri->fragment || ''
0 0 $uri->query || ''
0 0 $uri->path_query || ''
0 0 $uri->query_form || ''
0 0 $uri->userinfo || ''
0 0 $uri->authority || ''
83 0 0 $user || ''
84 0 0 $password || ''

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 $string ||= $self->uri