File Coverage

blib/lib/POE/Filter/JSON/Incr/Error.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             #!/usr/bin/perl
2              
3             package POE::Filter::JSON::Incr::Error;
4 1     1   14 use Any::Moose;
  1         2  
  1         9  
5              
6             has error => (
7             is => "ro",
8             );
9              
10             has chunk => (
11             is => "ro",
12             );
13              
14             __PACKAGE__
15              
16             __END__