File Coverage

blib/lib/Test/Stream/Bundle/SpecTester.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::SpecTester;
2 12     12   611 use strict;
  12         22  
  12         1156  
3 12     12   64 use warnings;
  12         23  
  12         303  
4              
5 12     12   57 use Test::Stream::Bundle;
  12         20  
  12         77  
6              
7             sub plugins {
8 12     12 0 56 return (qw/-Tester Spec/);
9             }
10              
11             1;
12              
13             __END__