| bin/cat | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 18 | 22.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 0 | 0 | 1 | $opt{'n'} && !$opt{'b'} |
| 79 | 0 | 1 | 0 | $name ne "-" and not close $fh |
| 101 | 0 | 0 | 0 | $is_empty and $was_empty |
| 117 | 0 | 0 | 0 | $number_non_blanks and /\S/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 0 | 0 | 1 | $opt{'v'} || $ends || $tabs |
| 117 | 1 | 0 | 0 | $number_lines or $number_non_blanks and /\S/ |