File Coverage

blib/lib/Doc/Simply.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 10 100.0


line stmt bran cond sub pod time code
1             package Doc::Simply;
2             BEGIN {
3 4     4   366969 $Doc::Simply::VERSION = '0.032';
4             }
5             # ABSTRACT: Generate POD-like documentation from embedded comments in JavaScript, Java, C, C++ source
6              
7 4     4   41 use warnings;
  4         9  
  4         104  
8 4     4   22 use strict;
  4         9  
  4         143  
9              
10              
11             1;
12              
13             __END__