File Coverage

blib/lib/Test/Stream/Bundle/SpecDeclare.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 14 15 93.3


line stmt bran cond sub pod time code
1             package Test::Stream::Bundle::SpecDeclare;
2 2     2   67520 use strict;
  2         8  
  2         163  
3 2     2   12 use warnings;
  2         5  
  2         61  
4              
5 2     2   13 use Test::Stream::Bundle;
  2         6  
  2         16  
6              
7             sub plugins {
8 2     2 0 23 return (qw/Spec SpecDeclare/);
9             }
10              
11             1;
12              
13             __END__