File Coverage

test/html/errormismatchcmd.htm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1 1     1   11  
  1         4  
  1         196  
2            
3            
4             Tests for Embperl - Mismatch of Metacommands
5            
6              
7            
8              
9              
10             Metacmd missmatch:
11              
12 1     1   6 [$if $a == 0 $]
  1     1   2  
  1         63  
  1         6  
  1         2  
  1         32  
13             [$while 0 $]
14             blabla
15             [$endwhile$]
16             [$endforeach$]
17              
18              
19            

Ok.

20              
21              
22            
23