File Coverage

t/00-load.t
Criterion Covered Total %
statement 26 26 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod n/a
total 33 33 100.0


line stmt bran cond sub pod time code
1 1     1   3123 use Test::More tests => 4;
  1         27649  
  1         8  
2              
3 1     1   905 use lib "../lib";
  1         565  
  1         4  
4              
5             BEGIN {
6 1     1   87 use_ok( 'Devel::PerlySense' );
  1     1   19101  
  1         2588545  
  1         2  
  1         6  
7 1     1   307 use_ok( 'Devel::PerlySense::Document' );
  1         98  
  1         1  
  1         3  
  1         7  
8 1     1   194 use_ok( 'Devel::PerlySense::Document::Location' );
  1         55  
  1         1  
  1         2  
  1         7  
9 1     1   436 use_ok( 'Devel::PerlySense::Util' );
  1         60  
  1         1  
  1         1  
  1         47  
10             }
11