File Coverage

blib/lib/Medical/Growth/NHANES_2000/Weight_for_Age/Infant/Male.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             #!/usr/bin/env perl
2              
3 2     2   1251 use 5.010;
  2         5  
  2         80  
4 2     2   10 use strict;
  2         3  
  2         59  
5 2     2   13 use warnings;
  2         2  
  2         93  
6              
7             package Medical::Growth::NHANES_2000::Weight_for_Age::Infant::Male;
8              
9             our ($VERSION) = '1.00';
10              
11 2     2   411 use Moo::Lax; # Vanilla Moo considered harmful
  2         12022  
  2         14  
12              
13             extends 'Medical::Growth::NHANES_2000::Base';
14              
15             __PACKAGE__->_declare_params_LMS;
16              
17             1;
18              
19             # wtageinf, sex = 1
20              
21             __DATA__