File Coverage

blib/lib/Test/Stream/Bundle/SpecTesterDeclare.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::SpecTesterDeclare;
2 4     4   189089 use strict;
  4         9  
  4         94  
3 4     4   26 use warnings;
  4         5  
  4         113  
4              
5 4     4   20 use Test::Stream::Bundle;
  4         23  
  4         26  
6              
7             sub plugins {
8 4     4 0 55 return (qw/-Tester Spec SpecDeclare/);
9             }
10              
11             1;
12              
13             __END__