File Coverage

blib/lib/CORBA/XS.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   766 use strict;
  1         2  
  1         49  
2 1     1   6 use warnings;
  1         3  
  1         91  
3            
4             package CORBA::XS;
5            
6             our $VERSION = '0.63';
7            
8 1     1   1162 use CORBA::XS::CdrCVisitor;
  1         3  
  1         31  
9 1     1   650 use CORBA::XS::CVisitor;
  1         4  
  1         40  
10 1     1   563 use CORBA::XS::SkeletonCVisitor;
  1         2  
  1         21  
11 1     1   607 use CORBA::XS::StubCVisitor;
  1         2  
  1         31  
12 1     1   565 use CORBA::XS::StubPerlVisitor;
  1         4  
  1         34  
13            
14             1;
15