File Coverage

blib/lib/EntityModel/Web/Apache2.pm
Criterion Covered Total %
statement 4 6 66.6
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 6 8 75.0


line stmt bran cond sub pod time code
1             package EntityModel::Web::Apache2;
2             # ABSTRACT: Apache2/mod_perl support for L
3 1     1   1455 use EntityModel::Class { };
  1         701176  
  1         10  
4              
5             our $VERSION = '0.001';
6              
7             =head1 NAME
8              
9             EntityModel::Web::Apache2 - website support for L
10              
11             =head1 VERSION
12              
13             version 0.001
14              
15             =head1 SYNOPSIS
16              
17             =head1 DESCRIPTION
18              
19             =cut
20              
21 1     1   9108 use EntityModel::Web::Apache2::RequestHandler;
  0            
  0            
22             #use EntityModel::Web::Apache2::LogHandler;
23             #use EntityModel::Web::Apache2::Session;
24             #use EntityModel::Web::Apache2::StartHandler;
25             #use EntityModel::Web::Apache2::UploadHandler;
26              
27             1;
28              
29             __END__