File Coverage

blib/lib/Apache2/ASP/API.pm
Criterion Covered Total %
statement 9 11 81.8
branch n/a
condition n/a
subroutine 3 5 60.0
pod 2 2 100.0
total 14 18 77.7


line stmt bran cond sub pod time code
1              
2             package Apache2::ASP::API;
3              
4 9     9   161236 use strict;
  9         18  
  9         283  
5 9     9   38 use warnings 'all';
  9         12  
  9         441  
6 9     9   48 use base 'Apache2::ASP::Test::Base';
  9         11  
  9         4163  
7              
8 0     0 1   sub context { shift->ua->context }
9 0     0 1   sub config { shift->ua->context->config }
10              
11             1;
12              
13             __END__