File Coverage

blib/lib/Thrift/XS.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 Thrift::XS;
2              
3 4     4   708798 use strict;
  4         8  
  4         210  
4              
5 4     4   1997 use Thrift::XS::MemoryBuffer;
  4         15  
  4         180  
6 4     4   1882 use Thrift::XS::BinaryProtocol;
  4         15  
  4         135  
7 4     4   1888 use Thrift::XS::CompactProtocol;
  4         12  
  4         316  
8              
9             our $VERSION = '1.08';
10              
11             require XSLoader;
12             XSLoader::load('Thrift::XS', $VERSION);
13              
14             1;
15              
16             __END__