File Coverage

blib/lib/Log/ger/Filter.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             ## no critic: TestingAndDebugging::RequireUseStrict
2             package Log::ger::Filter;
3              
4             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
5             our $DATE = '2023-12-29'; # DATE
6             our $DIST = 'Log-ger'; # DIST
7             our $VERSION = '0.042'; # VERSION
8              
9 1     1   406381 use parent qw(Log::ger::Plugin);
  1         3  
  1         8  
10              
11             1;
12             # ABSTRACT: Use a filter plugin
13              
14             __END__