File Coverage

blib/lib/Text/NASA_Ames/FFI4010.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 Text::NASA_Ames::FFI4010;
2 1     1   54916 use base qw(Text::NASA_Ames::FFIx010);
  1         2  
  1         738  
3 1     1   7 use Carp;
  1         2  
  1         68  
4              
5 1     1   19 use 5.00600;
  1         4  
  1         42  
6 1     1   5 use strict;
  1         2  
  1         103  
7              
8             our $VERSION = do { my @r = (q$Revision: 1.1 $ =~ /\d+/g); sprintf " %d." . "%02d" x $#r, @r };
9              
10              
11             =head1 NAME
12              
13             Text::NASA_Ames::FFI4010 - Implementation of FFI4010 NASA_Ames format
14              
15             =head1 SYNOPSIS
16              
17              
18             =head1 DESCRIPTION
19              
20             This class should normally not be called directly but through the
21             L class indirectly. It completely inherits from
22             L.
23              
24             =cut
25              
26              
27             1;
28             __END__