File Coverage

blib/lib/Log/Contextual/Role/Router/WithLogger.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 Log::Contextual::Role::Router::WithLogger;
2             $Log::Contextual::Role::Router::WithLogger::VERSION = '0.008001';
3             # ABSTRACT: Abstract interface between loggers and logging code blocks
4              
5 20     20   8567 use Moo::Role;
  20         39  
  20         89  
6              
7             requires 'with_logger';
8              
9             1;
10              
11             __END__