File Coverage

blib/lib/Thrift/IDL/Header.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Thrift::IDL::Header;
2              
3             =head1 NAME
4              
5             Thrift::IDL::Header
6              
7             =head1 DESCRIPTION
8              
9             Inherits from L
10              
11             =cut
12              
13 6     6   39 use strict;
  6         28  
  6         210  
14 6     6   33 use warnings;
  6         20  
  6         162  
15 6     6   31 use base qw(Thrift::IDL::Base);
  6         11  
  6         579  
16              
17             1;