File Coverage

t/author-no-tabs.t
Criterion Covered Total %
statement 3 3 100.0
branch 1 2 50.0
condition n/a
subroutine 1 1 100.0
pod n/a
total 5 6 83.3


line stmt bran cond sub pod time code
1              
2             BEGIN {
3 1 50   1   7 unless ($ENV{AUTHOR_TESTING}) {
4 1         604 require Test::More;
5 1         66499 Test::More::plan(skip_all => 'these tests are for testing by the author');
6             }
7             }
8              
9             use strict;
10             use warnings;
11              
12             # this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
13              
14             use Test::More 0.88;
15             use Test::NoTabs;
16              
17             my @files = (
18             'lib/Task/Bootstrap/Perl/CPAN.pm',
19             't/00-compile.t',
20             't/author-eol.t',
21             't/author-no-tabs.t',
22             't/author-pod-syntax.t',
23             't/placeholder.t',
24             't/release-pod-coverage.t'
25             );
26              
27             notabs_ok($_) foreach @files;
28             done_testing;