File Coverage

blib/lib/TableData/Business/ID/BPOM/ALG.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package TableData::Business::ID::BPOM::ALG;
2              
3 1     1   453108 use strict;
  1         3  
  1         82  
4              
5             require TableData::Business::ID::BPOM::NutritionLabelRef;
6              
7 1     1   578 use Role::Tiny::With;
  1         11578  
  1         171  
8             with 'TableDataRole::Business::ID::BPOM::NutritionLabelRef';
9              
10             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
11             our $DATE = '2024-06-13'; # DATE
12             our $DIST = 'TableData-Business-ID-BPOM-NutritionLabelRef'; # DIST
13             our $VERSION = '0.005'; # VERSION
14              
15             our %STATS = ("num_columns",4,"num_rows",228); # STATS
16              
17             1;
18             # ABSTRACT: Nutrients (shorter alias for TableData::Business::ID::BPOM::NutritionLabelRef)
19              
20             __END__