File Coverage

blib/lib/Thrift/IDL/Exception.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::Exception;
2              
3             =head1 NAME
4              
5             Thrift::IDL::Exception
6              
7             =head1 DESCRIPTION
8              
9             Inherits from L
10              
11             =cut
12              
13 6     6   34 use strict;
  6         13  
  6         286  
14 6     6   35 use warnings;
  6         14  
  6         176  
15 6     6   30 use base qw(Thrift::IDL::Struct);
  6         13  
  6         3716  
16              
17             1;