File Coverage

blib/lib/OrgINI.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package OrgINI;
2              
3 1     1   323439 use strict;
  1         2  
  1         107  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2025-06-19'; # DATE
7             our $DIST = 'OrgINI'; # DIST
8             our $VERSION = '0.1.0'; # VERSION
9              
10             1;
11             # ABSTRACT: OrgINI file format specification
12              
13             __END__