File Coverage

lib/Net/FastCGI.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Net::FastCGI;
2              
3 20     20   26011 use strict;
  20         38  
  20         654  
4 20     20   102 use warnings;
  20         38  
  20         785  
5              
6             our $VERSION = '0.14';
7              
8 20     20   6737 use Net::FastCGI::Constant;
  20         44  
  20         902  
9 20     20   621 use Net::FastCGI::Protocol;
  20         38  
  20         656  
10              
11             1;
12