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   543771 use 5.006;
  13         46  
3 13     13   73 use strict;
  13         24  
  13         274  
4 13     13   65 use warnings;
  13         28  
  13         1061  
5              
6             our $VERSION = '1.29';
7              
8 1     1 0 5 sub new { bless {}, shift }
9 11     11   33 sub AUTOLOAD {shift}
10              
11             1;
12