Condition Coverage

lib/File/URIList.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
171 0 0 0 $line =~ m[^/]u and $self->{'check'}{'slash_as_local'}

or 2 conditions

line l !l condition
120 0 0 delete $opts{'as'} // "URI"
140 0 0 $self->{'check'}{'extra_spaces'} // ""
155 0 0 $self->{'check'}{'blank_lines'} // ""
176 0 0 $self->{'check'}{'no_scheme'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
93 0 0 0 $ent->isa("Data::URIID::Base") or $ent->isa("Data::Identifier::Interface::Simple")
139 0 0 0 $line =~ /^\s/u or $line =~ /\s$/u
175 0 0 0 ref $line or defined $self->{'baseuri'}
0 0 0 ref $line or defined $self->{'baseuri'} or $line =~ /^[a-zA-Z][a-zA-Z0-9\+\.\-]+:/u