File Coverage

blib/lib/Alien/WFDB.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Alien::WFDB;
2             $Alien::WFDB::VERSION = '0.001_02';
3 1     1   1471 use strict;
  1         3  
  1         43  
4 1     1   6 use warnings;
  1         1  
  1         35  
5              
6 1     1   1094 use parent 'Alien::Base';
  1         371  
  1         6  
7              
8             1;
9             # ABSTRACT: Alien package for the WFDB (WaveForm DataBase) library
10              
11             __END__