File Coverage

blib/lib/Book/Chinese/MasterPerlToday.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Book::Chinese::MasterPerlToday;
2             our $VERSION = '0.02';
3              
4              
5             # ABSTRACT: free book in Chinese
6              
7 1     1   86120 use strict;
  1         3  
  1         125  
8 1     1   158 use warnings;
  1         4  
  1         45  
9              
10             1;
11             __END__