File Coverage

test1.pl
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1 1     1   4 use strict;
  1         2  
  1         27  
2 1     1   886 use Test;
  1         3378  
  1         104  
3              
4 1     1   2 BEGIN { plan tests => 1 }
5              
6 1     1   2563 use HTML::FormWizard;
  1         4  
  1         1672  
7              
8 1         7 ok(1);