blib/lib/Text/PageLayout.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 20 | 90.0 |
line | true | false | branch |
---|---|---|---|
74 | 10 | 12 | @current_pars ? : |
76 | 14 | 8 | if ($lines_used + $l + $effective_sep_lines <= $goal) { } |
2 | 6 | elsif ($lines_used + $tolerance >= $goal) { } | |
96 | 5 | 1 | if ($c1_lines + $lines_used + $effective_sep_lines <= $goal) { } |
1 | 0 | elsif (not @current_pars) { } | |
112 | 7 | 14 | if ($start_new_page) |
113 | 6 | 1 | $self->fillup_pages ? : |
131 | 4 | 0 | if (@current_pars) |
133 | 3 | 1 | $self->fillup_pages ? : |
154 | 4 | 20 | if (ref $e and reftype $e eq 'CODE') |