(count: number)
| 219 | } |
| 220 | |
| 221 | function linesText(count: number): string { |
| 222 | return `${count} line${count === 1 ? '' : 's'}`; |
| 223 | } |
| 224 | |
| 225 | /** |
| 226 | * Combined line count for a pipes result. Each stream is counted after |
no outgoing calls
no test coverage detected