| blib/lib/Text/Table/Manifold.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 25 | 28.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 276 | 0 | 60 | 0 | defined $s and $escape == escape_html() |
| 427 | 0 | 0 | 1 | $include & include_headers() and $#$headers >= 0 |
| 460 | 1 | 0 | 0 | $include & include_footers() and $#$footers >= 0 |
| 527 | 0 | 0 | 0 | $include & include_headers() and $#$headers >= 0 |
| line | l | !l | condition |
|---|---|---|---|
| 204 | 19 | 6 | $s ||= '' |
| 218 | 0 | 0 | $s ||= '' |
| 231 | 0 | 0 | $s ||= '' |
| 407 | 0 | 1 | do { $self->pass_thru }->{'new'}{'table'} || {} |
| 487 | 0 | 0 | do { $self->pass_thru }->{'new'} || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 705 | 0 | 0 | 31 | $value < $min or $value > $max |