File Coverage

test/html/execnotfound.htm
Criterion Covered Total %
statement 20 20 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 24 24 100.0


line stmt bran cond sub pod time code
1 1     1   9
  1         2  
  1         359  
2            
3             Tests for Embperl - Execute non exitent file
4 1     1   2
  1         2  
5              
6 1         17  
7            
8              
9            
10 1         1 [-
11 1         2 $r = shift ;
  1         2  
12 1     1   6 $rc = Execute ({ inputfile => 'notfound.htm', options => 262144 }) ;
  1     1   2  
  1         182  
  1         7  
  1         2  
  1         40  
  1         6  
13              
14             -]
15              
16 1         22  
17 1         10 rc = [+ $rc +]
18            
19 1         2

Done.

20