File Coverage

blib/lib/B/Fathom.pm
Criterion Covered Total %
statement 85 149 57.0
branch 44 98 44.9
condition 3 6 50.0
subroutine 13 20 65.0
pod 2 8 25.0
total 147 281 52.3


line stmt bran cond sub pod time code
1             package B::Fathom;
2              
3 1     1   622 use strict;
  1         1  
  1         27  
4              
5 1     1   3 use B;
  1         1  
  1         48  
6              
7 1     1   3 use vars qw($VERSION);
  1         4  
  1         1657  
8             $VERSION = 0.07;
9              
10             =head1 NAME
11              
12             B::Fathom - a module to evaluate the readability of Perl code
13              
14             =head1 SYNOPSIS
15              
16             perl -MO=Fathom