| blib/lib/Text/MarkdownTable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 20 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 87 | 0 | 0 | 1 | ref $fields and ref $fields eq 'HASH' |
| 101 | 2 | 22 | 0 | not $self->streaming and $self->condense || $self->_fixed_width |
| line | l | !l | condition |
|---|---|---|---|
| 110 | 43 | 4 | $$data{$field} // '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 88 | 2 | 0 | 1 | $$fields{$_} // $_ |
| 101 | 4 | 1 | 17 | $self->condense || $self->_fixed_width |
| 115 | 0 | 4 | 2 | not $width or $w > $width |
| 123 | 2 | 4 | 35 | not $width or $w > $width |