File Coverage

blib/lib/Tree/Visualize/ASCII/Layouts/Simple/BottomUp.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1              
2             package Tree::Visualize::ASCII::Layouts::Simple::BottomUp;
3              
4 1     1   1177 use strict;
  1         3  
  1         29  
5 1     1   6 use warnings;
  1         1  
  1         41  
6              
7             our $VERSION = '0.01';
8              
9 1     1   5 use base qw(Tree::Visualize::Layout::ILayout);
  1         2  
  1         84  
10              
11             1;
12              
13             __END__