File Coverage

t/data/project/with-dir/source/t/Game-Lawn.t
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             #!perl -w
2 2     2   252256 use strict;
  2         4  
  2         163  
3              
4 2     2   667 use lib "../lib";
  2         1134  
  2         7  
5              
6 2     2   1568 use Test::More "no_plan";
  2         30022  
  2         14  
7              
8 2     2   1563 use Data::Dumper;
  2         20722  
  2         2214  
9              
10              
11              
12              
13 2         178091 my ($width, $height) = (76, 22);
14              
15              
16 2         6 ok(1);
17              
18              
19              
20 2         590 1;
21             __END__