File Coverage

blib/lib/Parse/Java/PrimitiveType/FloatingPointType.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Parse::Java::PrimitiveType::FloatingPointType;
2              
3 6     6   39 use strict;
  6         9  
  6         189  
4 6     6   31 use warnings;
  6         14  
  6         144  
5              
6 6     6   28 use Carp qw(croak);
  6         10  
  6         265  
7              
8 6     6   27 use base qw(Parse::Java::PrimitiveType);
  6         13  
  6         482  
9              
10             # body ...
11              
12             1;
13             __END__