File Coverage

blib/lib/Log/Log4perl/Appender/Chunk/Store/Null.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod 1 1 100.0
total 6 6 100.0


line stmt bran cond sub pod time code
1             package Log::Log4perl::Appender::Chunk::Store::Null;
2             $Log::Log4perl::Appender::Chunk::Store::Null::VERSION = '0.009';
3 2     2   3745 use Moose;
  2         4  
  2         16  
4             extends qw/Log::Log4perl::Appender::Chunk::Store/;
5              
6       3 1   sub store{}
7              
8             __PACKAGE__->meta->make_immutable();
9              
10             __END__
11              
12             =head1 NAME
13              
14             Log::Log4perl::Appender::Chunk::Store::Null - A Storage that does nothing. This is the default.
15              
16             =head2 store
17              
18             See superclass L<Log::Log4perl::Appender::Chunk::Store>
19              
20             =cut