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   376 use strict;
  12         15  
  12         277  
3 12     12   36 use warnings;
  12         10  
  12         247  
4              
5 12     12   37 use Test::Stream::Bundle qw/import/;
  12         10  
  12         60  
6              
7             sub plugins {
8 12     12 0 31 return (qw/-Tester Spec/);
9             }
10              
11             1;
12              
13             __END__