File Coverage

blib/lib/Growl/Any/Null.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 14 15 93.3


line stmt bran cond sub pod time code
1             package Growl::Any::Null;
2              
3 3     3   23617 use strict;
  3         7  
  3         91  
4 3     3   14 use warnings;
  3         5  
  3         83  
5 3     3   1185 use parent qw(Growl::Any::Base);
  3         412  
  3         14  
6              
7 3     3 0 34 sub notify { }
8              
9             1;
10              
11             __END__