File Coverage

Test_Progs/select2foreach
Criterion Covered Total %
statement 26 63 41.2
branch 6 42 14.2
condition 3 13 23.0
subroutine 1 1 100.0
pod n/a
total 36 119 30.2


line stmt bran cond sub pod time code
1 1     1   836 use Shell::POSIX::Select ( testmode => 'foreach' );
  1         1  
  1         4  
2              
3             select (1,2) { print "$_\n"; }