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   64238 use strict;
  2         6  
  2         54  
3 2     2   10 use warnings;
  2         4  
  2         47  
4              
5 2     2   10 use Test::Stream::Bundle;
  2         4  
  2         12  
6              
7             sub plugins {
8 2     2 0 17 return (qw/Spec SpecDeclare/);
9             }
10              
11             1;
12              
13             __END__