| Test_Progs/nested2a | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 26 | 124 | 20.9 |
| branch | 6 | 86 | 6.9 |
| condition | 3 | 26 | 11.5 |
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 36 | 237 | 15.1 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | #! /usr/bin/perl -w | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 811 | use Shell::POSIX::Select; | |||
| 1 | 2 | ||||||
| 1 | 5 | ||||||
| 4 | |||||||
| 5 | select (1) { select (2) { } } |