t/00-load.t | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | 1 | 2 | 50.0 |
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 13 | 14 | 92.8 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | #!perl -T | ||||||
2 | |||||||
3 | 1 | 1 | 544 | use Test::More tests => 1; | |||
1 | 14475 | ||||||
1 | 7 | ||||||
4 | |||||||
5 | BEGIN { | ||||||
6 | 1 | 50 | 1 | 428 | use_ok( 'Dancer2::Plugin::HTTP::Auth::Extensible' ) || print "Bail out! | ||
1 | 1 | 553 | |||||
1 | 2 | ||||||
1 | 2 | ||||||
1 | 16 | ||||||
7 | "; | ||||||
8 | } | ||||||
9 | |||||||
10 | 1 | 10 | diag( "Testing Dancer2::Plugin::HTTP::Auth::Extensible $Dancer2::Plugin::HTTP::Auth::Extensible::VERSION, Perl $], $^X" ); |