t/00.load.t | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 15 | 18 | 83.3 |
branch | n/a | ||
condition | n/a | ||
subroutine | 5 | 5 | 100.0 |
pod | n/a | ||
total | 20 | 23 | 86.9 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 1 | 1 | 5 | use strict; | |||
1 | 2 | ||||||
1 | 37 | ||||||
2 | 1 | 1 | 4 | use warnings; | |||
1 | 2 | ||||||
1 | 30 | ||||||
3 | |||||||
4 | 1 | 1 | 1707 | use Test::More tests => 1; | |||
1 | 39314 | ||||||
1 | 12 | ||||||
5 | 1 | 1 | 1288 | use lib qw(t t/lib); | |||
1 | 672 | ||||||
1 | 5 | ||||||
6 | |||||||
7 | 1 | 1 | 91468 | use_ok( 'IkiWiki::Plugin::syntax' ); | |||
1 | 756 | ||||||
0 | |||||||
0 | |||||||
0 | |||||||
8 | |||||||
9 | 1 | 668 | diag( "Testing IkiWiki::Plugin::syntax $IkiWiki::Plugin::syntax::VERSION" ); |