File Coverage

blib/lib/PerlGuard/Agent/Output.pm
Criterion Covered Total %
statement 5 6 83.3
branch n/a
condition n/a
subroutine 2 3 66.6
pod 0 1 0.0
total 7 10 70.0


line stmt bran cond sub pod time code
1             package PerlGuard::Agent::Output;
2 1     1   608 use 5.010001;
  1         3  
3 1     1   5 use Moo;
  1         3  
  1         5  
4              
5 0     0 0   sub save { die "Implement in subclass" }
6              
7             1;