File Coverage

lib/Software/License/Apathyware.pm
Criterion Covered Total %
statement 9 13 69.2
branch n/a
condition n/a
subroutine 3 7 42.8
pod 4 4 100.0
total 16 24 66.6


line stmt bran cond sub pod time code
1 2     2   110690 use strict;
  2         6  
  2         89  
2 2     2   67 use warnings;
  2         4  
  2         138  
3             package Software::License::Apathyware;
4             {
5             $Software::License::Apathyware::VERSION = '0.0.3';
6             }
7              
8 2     2   11 use base 'Software::License';
  2         4  
  2         2156  
9             # ABSTRACT: Apathyware License
10              
11 0     0 1   sub name { 'Apathyware License v1' }
12 0     0 1   sub url { 'https://www.google.com/search?num=100&hl=en&safe=off&site=&source=hp&q=apathyware&oq=apathyware' }
13 0     0 1   sub meta_name { 'open_source' }
14 0     0 1   sub meta2_name { 'open_source' }
15              
16              
17             1;
18              
19             =pod
20              
21             =head1 NAME
22              
23             Software::License::Apathyware - Apathyware License
24              
25             =head1 VERSION
26              
27             version 0.0.3
28              
29             =head1 NAME
30              
31             Software::License::Apathyware - Apathyware License
32              
33             =head1 VERSION
34              
35             version 0.0.3
36              
37             =head1 AUTHOR
38              
39             Marc Kandel
40              
41             =head1 COPYRIGHT AND LICENSE
42              
43             This software is Copyright (c) 2013 by Marc Kandel.
44              
45             This is free software, licensed under:
46              
47             The Artistic License 2.0 (GPL Compatible)
48              
49             =head1 AUTHOR
50              
51             Marc Kandel
52              
53             =head1 COPYRIGHT AND LICENSE
54              
55             This software is Copyright (c) 2013 by Marc Kandel.
56              
57             This is free software, licensed under:
58              
59             The Artistic License 2.0 (GPL Compatible)
60              
61             =cut
62              
63             __DATA__