blib/lib/Mail/Thread/Chronological.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 22 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
108 | 0 | 0 | 0 | ref $here and $here == $find |
163 | 0 | 0 | 0 | $first_parent and not $first_parent->message |
167 | 0 | 0 | 0 | $first_parent and $first_parent->message |
0 | 0 | 0 | $first_parent and $first_parent->message and _cell(\@cells, $first_parent) |
line | l | !l | condition |
---|---|---|---|
190 | 0 | 0 | $cells[$parent_row][$_] || '' |
222 | 0 | 0 | $$r[$col] || '' |
232 | 0 | 0 | $cells[$parent_row][$_] ||= '-' |
241 | 0 | 0 | $cells[$_][$col] || '' |
249 | 0 | 0 | $$row[$_] ||= ' ' |