File Coverage

blib/lib/CORBA/Python.pm
Criterion Covered Total %
statement 18 18 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 24 24 100.0


line stmt bran cond sub pod time code
1 1     1   595 use strict;
  1         3  
  1         30  
2 1     1   5 use warnings;
  1         2  
  1         50  
3              
4             package CORBA::Python;
5              
6             our $VERSION = '2.66';
7              
8 1     1   543 use CORBA::Python::NameVisitor;
  1         3  
  1         41  
9 1     1   650 use CORBA::Python::ImportVisitor;
  1         3  
  1         26  
10 1     1   593 use CORBA::Python::LiteralVisitor;
  1         3  
  1         33  
11 1     1   1071 use CORBA::Python::ClassVisitor;
  1         3  
  1         41  
12              
13             1;
14