| blib/lib/Pod/Text/Termcap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 13 | 38.4 |
| line | l | !l | condition |
|---|---|---|---|
| 59 | 0 | 2 | $termios->getospeed || 9600 |
| 64 | 2 | 0 | $term->{'_md'} || "\e[1m" |
| 65 | 2 | 0 | $term->{'_us'} || "\e[4m" |
| 66 | 2 | 0 | $term->{'_me'} || "\e[m" |
| 69 | 0 | 0 | $ENV{'COLUMNS'} || $term->{'_co'} || 80 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 127 | 31 | 0 | 0 | s/^($shortchar)\s+// or s/^($longchar)// |