File Coverage

blib/lib/Apache/Emulator.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Apache::Emulator;
2 1     1   19463 use strict;
  1         2  
  1         69  
3              
4             BEGIN {
5 1     1   5 (my $module_dir = $INC{'Apache/Emulator.pm'}) =~ s/\.pm$//;
6 1         2 unshift @INC, $module_dir;
7 1         18 $Apache::Emulator::VERSION = "0.06";
8             }
9             1;