File Coverage

blib/lib/Adam/Logger/Default.pm
Criterion Covered Total %
statement 1 3 33.3
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 2 4 50.0


line stmt bran cond sub pod time code
1             package Adam::Logger::Default;
2 1     1   16491 use Moose;
  0            
  0            
3              
4             with qw(
5             Adam::Logger::API
6             MooseX::LogDispatch::Levels
7             );
8              
9             1;
10             __END__