File Coverage

blib/lib/Servlet/ServletConfig.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             # -*- Mode: Perl; indent-tabs-mode: nil; -*-
2              
3             package Servlet::ServletConfig;
4              
5 1     1   2157 use base qw(Servlet::Config);
  1         2  
  1         634  
6              
7             $VERSION = 0;
8              
9             1;
10             __END__