File Coverage

blib/lib/auto/Tapper/Reports/DPath/Mason/mason_include.pl
Criterion Covered Total %
statement 92 92 100.0
branch n/a
condition n/a
subroutine 32 32 100.0
pod n/a
total 124 124 100.0


line stmt bran cond sub pod time code
1 1     1   5033 % use 5.010;
  1     1   5  
  1     1   4803  
  1     1   4  
  1         4470  
  1         4  
  1         4551  
  1         5  
2 1     1   643 % use Tapper::Reports::DPath 'reportdata', 'testrundata', 'testplandata';
  1     1   3  
  1     1   8  
  1     1   7  
  1         2  
  1         14  
  1         5  
  1         3  
  1         7  
  1         7  
  1         2  
  1         7  
3 1     1   421 % use Data::Dumper;
  1     1   2  
  1     1   45  
  1     1   394  
  1         3  
  1         39  
  1         388  
  1         3  
  1         40  
  1         387  
  1         3  
  1         40  
4 1     1   519 % use Data::DPath 'dpath';
  1     1   1134  
  1     1   8  
  1     1   6  
  1         3  
  1         6  
  1         5  
  1         2  
  1         6  
  1         6  
  1         2  
  1         6  
5 1     1   242 % use DateTime;
  1     1   4  
  1     1   36  
  1     1   277  
  1         3  
  1         20  
  1         239  
  1         2  
  1         19  
  1         287  
  1         2  
  1         21  
6 1     1   593 % use JSON;
  1     1   7929  
  1     1   7  
  1     1   5  
  1         2  
  1         5  
  1         5  
  1         2  
  1         23  
  1         4  
  1         3  
  1         5  
7 1     1   575 % use YAML::XS;
  1     1   2441  
  1     1   58  
  1     1   87  
  1         2  
  1         41  
  1         88  
  1         2  
  1         46  
  1         91  
  1         3  
  1         41  
8 1     1   469 % use Data::Structure::Util 'unbless';
  1     1   1361  
  1     1   98  
  1     1   6  
  1         2  
  1         50  
  1         6  
  1         2  
  1         52  
  1         6  
  1         2  
  1         51  
9             % $Data::Dumper::Sortkeys = 1;