File Coverage

blib/lib/Tree/Visualize/ASCII/Layouts/Binary/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::Binary::BottomUp;
3              
4 1     1   1152 use strict;
  1         2  
  1         28  
5 1     1   5 use warnings;
  1         2  
  1         36  
6              
7             our $VERSION = '0.01';
8              
9 1     1   4 use base qw(Tree::Visualize::Layout::ILayout);
  1         2  
  1         74  
10              
11             1;
12              
13             __END__