File Coverage

lib/Code/Statistics/Target/nop.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 1 1 100.0
total 14 14 100.0


line stmt bran cond sub pod time code
1 1     1   1069 use strict;
  1         2  
  1         30  
2 1     1   5 use warnings;
  1         1  
  1         69  
3              
4             package Code::Statistics::Target::nop;
5             $Code::Statistics::Target::nop::VERSION = '1.190680';
6             # ABSTRACT: represents nothing
7              
8 1     1   7 use Moose;
  1         1  
  1         7  
9             extends 'Code::Statistics::Target';
10              
11              
12       8 1   sub find_targets {}
13              
14             1;
15              
16             __END__
17              
18             =pod
19              
20             =encoding UTF-8
21              
22             =head1 NAME
23              
24             Code::Statistics::Target::nop - represents nothing
25              
26             =head1 VERSION
27              
28             version 1.190680
29              
30             =head2 find_targets
31             Returns nothing.
32              
33             =head1 AUTHOR
34              
35             Christian Walde <mithaldu@yahoo.de>
36              
37             =head1 COPYRIGHT AND LICENSE
38              
39              
40             Christian Walde has dedicated the work to the Commons by waiving all of his
41             or her rights to the work worldwide under copyright law and all related or
42             neighboring legal rights he or she had in the work, to the extent allowable by
43             law.
44              
45             Works under CC0 do not require attribution. When citing the work, you should
46             not imply endorsement by the author.
47              
48             =cut