line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
BEGIN { |
3
|
1
|
50
|
|
1
|
|
6
|
unless ($ENV{AUTHOR_TESTING}) { |
4
|
1
|
|
|
|
|
570
|
require Test::More; |
5
|
1
|
|
|
|
|
64040
|
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::EOL 0.18 |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
use Test::More 0.88; |
15
|
|
|
|
|
|
|
use Test::EOL; |
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
|
|
|
|
|
|
|
eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; |
28
|
|
|
|
|
|
|
done_testing; |