File Coverage

blib/lib/Thrift/IDL/Include.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::Include;
2              
3             =head1 NAME
4              
5             Thrift::IDL::Include
6              
7             =head1 DESCRIPTION
8              
9             Inherids from L
10              
11             =cut
12              
13 6     6   31 use strict;
  6         13  
  6         184  
14 6     6   29 use warnings;
  6         12  
  6         155  
15 6     6   1519 use base qw(Thrift::IDL::Header);
  6         12  
  6         561  
16             __PACKAGE__->mk_accessors(qw(value));
17              
18             =head1 METHODS
19              
20             =head2 value
21              
22             Scalar accessor
23              
24             =cut
25              
26             1;