File Coverage

blib/lib/Pod/Tree/BitBucket.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod 0 1 0.0
total 15 16 93.7


line stmt bran cond sub pod time code
1             package Pod::Tree::BitBucket;
2 13     13   508180 use 5.006;
  13         57  
3 13     13   79 use strict;
  13         34  
  13         282  
4 13     13   68 use warnings;
  13         33  
  13         1105  
5              
6             our $VERSION = '1.31';
7              
8 1     1 0 5 sub new { bless {}, shift }
9 11     11   40 sub AUTOLOAD {shift}
10              
11             1;
12