File Coverage

blib/lib/App/DataBrowseUtils.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package App::DataBrowseUtils;
2              
3 1     1   372398 use 5.010001;
  1         4  
4 1     1   7 use strict;
  1         2  
  1         33  
5 1     1   12 use warnings;
  1         2  
  1         141  
6             #use Log::ger;
7              
8             #use File::chdir;
9              
10             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
11             our $DATE = '2025-01-22'; # DATE
12             our $DIST = 'App-DataBrowseUtils'; # DIST
13             our $VERSION = '0.001'; # VERSION
14              
15             1;
16             # ABSTRACT: CLI utilities related to browsing data structures
17              
18             __END__