File Coverage

blib/lib/CORBA/JAVA.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   1406 use strict;
  1         2  
  1         33  
2 1     1   5 use warnings;
  1         2  
  1         53  
3              
4             package CORBA::JAVA;
5              
6             our $VERSION = '2.66';
7              
8 1     1   1435 use CORBA::JAVA::ClassVisitor;
  1         2  
  1         39  
9 1     1   868 use CORBA::JAVA::LiteralVisitor;
  1         4  
  1         25  
10 1     1   669 use CORBA::JAVA::NameVisitor;
  1         2  
  1         37  
11 1     1   894 use CORBA::JAVA::Name2Visitor;
  1         4  
  1         33  
12 1     1   727 use CORBA::JAVA::UidVisitor;
  1         3  
  1         34  
13              
14             1;
15