blib/lib/Web/Sitemap.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 18 | 55.5 |
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' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
65 | 0 | 0 | 4 | $self->{'file_loc_prefix'} ||= $self->{'loc_prefix'} |
99 | 2 | 1 | 0 | $p{'tag'} || $self->{'default_tag'} |
185 | 6 | 0 | 50035 | $self->{'tags'}{$tag}{'url_count'} >= $self->{'url_limit'} || $self->{'tags'}{$tag}{'file_size'} + $new_portion_size >= $self->{'file_size_limit'} - 200 |
286 | 9 | 9 | 0 | $page || $self->{'tags'}{$tag}{'page'} |