blib/lib/Logwatch/RecordTree.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 30 | 56.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
298 | 0 | 0 | 0 | defined $self->count_fields->[$ii] && defined $other->count_fields->[$ii] |
line | l | !l | condition |
---|---|---|---|
32 | 91 | 2 | $$_defaults{$name} ||= {} |
149 | 4 | 87 | $type ||= 'Logwatch::RecordTree' |
150 | 6 | 85 | $opts ||= {} |
269 | 11 | 4 | $maxes[$ii] || 0 |
284 | 15 | 0 | $$ccf[$ii] || '' |
309 | 2 | 1 | $path ||= [] |
310 | 0 | 3 | $parent_indent ||= '' |
311 | 2 | 1 | $depth ||= 1 |
435 | 0 | 0 | int $width / $self->col_width || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
31 | 92 | 1 | 0 | ref $self || $self |
298 | 0 | 0 | 0 | not defined $self->count_fields->[$ii] && defined $other->count_fields->[$ii] or $self->count_fields->[$ii] ne $other->count_fields->[$ii] |
362 | 0 | 2 | 0 | $self->limit || $child_count |