File Coverage

blib/lib/CORBA/C.pm
Criterion Covered Total %
statement 21 21 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod n/a
total 28 28 100.0


line stmt bran cond sub pod time code
1 1     1   862 use strict;
  1         2  
  1         41  
2 1     1   6 use warnings;
  1         2  
  1         59  
3            
4             package CORBA::C;
5            
6             our $VERSION = '2.62';
7            
8 1     1   876 use CORBA::C::LiteralVisitor;
  1         3  
  1         34  
9 1     1   9494 use CORBA::C::NameVisitor;
  1         4  
  1         37  
10 1     1   609 use CORBA::C::LengthVisitor;
  1         2  
  1         24  
11 1     1   555 use CORBA::C::TypeVisitor;
  1         2  
  1         25  
12 1     1   543 use CORBA::C::IncludeVisitor;
  1         2  
  1         33  
13            
14             1;
15