blib/lib/Logwatch/RecordTree.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 25 | 52.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
271 | 0 | 0 | 0 | defined $self->count_fields->[$ii] && defined $other->count_fields->[$ii] |
line | l | !l | condition |
---|---|---|---|
122 | 5 | 86 | $type ||= 'Logwatch::RecordTree' |
123 | 6 | 85 | $opts ||= {} |
242 | 11 | 4 | $maxes[$ii] || 0 |
257 | 15 | 0 | $$ccf[$ii] || '' |
282 | 2 | 1 | $path ||= [] |
283 | 0 | 3 | $parent_indent ||= '' |
284 | 2 | 1 | $depth ||= 1 |
408 | 0 | 0 | int $width / $self->col_width || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
271 | 0 | 0 | 0 | not defined $self->count_fields->[$ii] && defined $other->count_fields->[$ii] or $self->count_fields->[$ii] ne $other->count_fields->[$ii] |
335 | 0 | 2 | 0 | $self->limit || $child_count |