File Coverage

blib/lib/CORBA/Cplusplus.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   593 use strict;
  1         2  
  1         35  
2 1     1   5 use warnings;
  1         1  
  1         57  
3            
4             package CORBA::Cplusplus;
5            
6             our $VERSION = '0.41';
7            
8 1     1   556 use CORBA::Cplusplus::LiteralVisitor;
  1         2  
  1         23  
9 1     1   629 use CORBA::Cplusplus::NameVisitor;
  1         3  
  1         35  
10 1     1   541 use CORBA::Cplusplus::LengthVisitor;
  1         2  
  1         22  
11 1     1   2369 use CORBA::Cplusplus::TypeVisitor;
  1         4  
  1         27  
12 1     1   769 use CORBA::Cplusplus::IncludeVisitor;
  1         4  
  1         41  
13            
14             1;
15