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   525805 use 5.006;
  13         64  
3 13     13   95 use strict;
  13         40  
  13         340  
4 13     13   71 use warnings;
  13         30  
  13         1382  
5              
6             our $VERSION = '1.30';
7              
8 1     1 0 6 sub new { bless {}, shift }
9 11     11   42 sub AUTOLOAD {shift}
10              
11             1;
12