Condition Coverage

blib/lib/App/Wallflower.pm
Criterion Covered Total %
condition 6 31 19.3


and 3 conditions

line !l l&&!r l&&r condition
118 0 0 0 print "wallflower version $Wallflower::VERSION\n" and exit()
406 0 0 0 $self->{'option'}{'parallel'} and $self->{'_parent_'} != $$
430 0 0 1 $status == 200 || $status == 304 and $follow

or 2 conditions

line l !l condition
76 0 1 $args ||= []
139 0 1 $args{'args'} || []
171 1 0 $Config::Config{'path_sep'} || ';'
242 0 0 (stat $TODO)[9] || 0
305 0 0 (stat $_)[9] || 0

or 3 conditions

line l !l&&r !l&&!r condition
228 1 0 0 !(ref $_ && $_->scheme) || eval { do { $_->host =~ /$host_ok/ } }
330 0 0 0 $self->{'_seen_fh_'} ||= do { die "Can't open $SEEN in read-write mode: $!" unless open my $fh, -e $SEEN ? '+<' : '+>', $SEEN; $fh->autoflush(1); $fh }
349 0 0 0 defined $next or $certain
430 1 0 0 $status == 200 || $status == 304