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   93926 use strict;
  4         8  
  4         130  
4              
5 4     4   2250 use Thrift::XS::MemoryBuffer;
  4         10  
  4         96  
6 4     4   2559 use Thrift::XS::BinaryProtocol;
  4         14  
  4         100  
7 4     4   2399 use Thrift::XS::CompactProtocol;
  4         11  
  4         263  
8              
9             our $VERSION = '1.04';
10              
11             require XSLoader;
12             XSLoader::load('Thrift::XS', $VERSION);
13              
14             1;
15              
16             __END__