File Coverage

t/require.t
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 6 6 100.0


line stmt bran cond sub pod time code
1 1     1   414 use Test::Most 0.25;
  1         24500  
  1         5  
2              
3              
4 1         5 require_ok( 'Dist::Zilla::PluginBundle::BAREFOOT' );
5              
6              
7 1         297 done_testing;