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 3     3   96442 use strict;
  3         7  
  3         78  
3 3     3   16 use warnings;
  3         8  
  3         71  
4              
5 3     3   14 use Test::Stream::Bundle;
  3         9  
  3         20  
6              
7             sub plugins {
8 3     3 0 29 return (qw/-Tester Spec SpecDeclare/);
9             }
10              
11             1;
12              
13             __END__