File Coverage

blib/lib/Test/Stream/Plugin/Defer.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             package Test::Stream::Plugin::Defer;
2 6     6   21 use strict;
  6         7  
  6         131  
3 6     6   17 use warnings;
  6         7  
  6         138  
4              
5 6     6   1853 use Test::Stream::DeferredTests qw/def do_def/;
  6         10  
  6         243  
6              
7 6     6   27 use Test::Stream::Exporter qw/import default_exports/;
  6         6  
  6         17  
8             default_exports qw/def do_def/;
9 6     6   23 no Test::Stream::Exporter;
  6         6  
  6         16  
10              
11             1;
12              
13             __END__