blib/lib/App/sdview/Output/Formatted.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 23 | 36 | 63.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
76 | 118 | 8 | 0 | $typestyle{$_} and $text->apply_tag(0, -1, $_, $typestyle{$_}) |
124 | 55 | 11 | 0 | $leaderstyle{$_} and $leader->apply_tag(0, -1, $_, $leaderstyle{$_}) |
226 | 55 | 5 | 0 | $rowstyle{$_} and $text->apply_tag(0, -1, $_, $rowstyle{$_}) |
line | l | !l | condition |
---|---|---|---|
65 | 12 | 9 | $opts{'margin'} // 0 |
92 | 19 | 2 | $indent //= 0 |
156 | 1 | 4 | $opts{'margin'} // 0 |
157 | 5 | 0 | "App::sdview::Style"->para_style("list")->{'indent'} // 0 |
187 | 0 | 2 | $opts{'margin'} // 0 |
193 | 2 | 0 | $indent //= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
81 | 11 | 0 | 0 | @lines or @lines = "String::Tagged"->new |
91 | 12 | 7 | 2 | $indent //= $typestyle{'indent'} |
95 | 23 | 0 | 0 | length $line or defined $leader |
100 | 23 | 0 | 23 | length $line or defined $leader |
192 | 0 | 2 | 0 | $indent //= $typestyle{'indent'} |