File Coverage

blib/lib/Data/Sah/FilterBundle/Filename/Safe.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 Data::Sah::FilterBundle::Filename::Safe;
2              
3 1     1   252807 use strict;
  1         2  
  1         104  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2024-01-22'; # DATE
7             our $DIST = 'Data-Sah-FilterBundle-Filename-Safe'; # DIST
8             our $VERSION = '0.001'; # VERSION
9              
10             1;
11             # ABSTRACT: Sah filters related to removing problematic characters from filename
12              
13             __END__