File Coverage

blib/lib/RPC/Lite/Notification.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod 1 1 100.0
total 9 11 81.8


line stmt bran cond sub pod time code
1             package RPC::Lite::Notification;
2              
3 3     3   13 use strict;
  3         4  
  3         94  
4 3     3   13 use base qw(RPC::Lite::Request);
  3         5  
  3         457  
5              
6 0     0 1   sub Id { return undef }
7              
8             1;