Condition Coverage

blib/lib/Web/Sitemap.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
84 3 0 0 $self->{'temp_dir'} and not -w $self->{'temp_dir'}
88 0 2 1 $self->{'move_from_temp_action'} and ref $self->{'move_from_temp_action'} ne 'CODE'

or 3 conditions

line l !l&&r !l&&!r condition
65 0 0 4 $self->{'file_loc_prefix'} ||= $self->{'loc_prefix'}
98 2 1 0 $p{'tag'} || $self->{'default_tag'}
179 6 0 50035 $self->{'tags'}{$tag}{'url_count'} >= $self->{'url_limit'} || $self->{'tags'}{$tag}{'file_size'} + $new_portion_size >= $self->{'file_size_limit'} - 200
272 9 9 0 $page || $self->{'tags'}{$tag}{'page'}