blib/lib/Test/Reporter/Transport.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 8 | 75.0 |
branch | 1 | 2 | 50.0 |
condition | n/a | ||
subroutine | 2 | 4 | 50.0 |
pod | 2 | 2 | 100.0 |
total | 11 | 16 | 68.7 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 4 | 4 | 34 | use strict; | |||
4 | 7 | ||||||
4 | 395 | ||||||
2 | 4 | 50 | 4 | 25 | BEGIN{ if (not $] < 5.006) { require warnings; warnings->import } } | ||
4 | 22 | ||||||
4 | 428 | ||||||
3 | package Test::Reporter::Transport; | ||||||
4 | our $VERSION = '1.60'; # VERSION | ||||||
5 | |||||||
6 | 0 | 0 | 1 | sub new { die "Not implemented" } | |||
7 | |||||||
8 | 0 | 0 | 1 | sub send { die "Not implemented" } | |||
9 | |||||||
10 | 1; | ||||||
11 | |||||||
12 | # ABSTRACT: base class for Test::Reporter transports | ||||||
13 | |||||||
14 | __END__ |