blib/lib/Devel/NYTProf/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | n/a | ||
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | 0 | 1 | 0.0 |
total | 1 | 2 | 50.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package # hide from pause package indexer | ||||||
2 | Devel::NYTProf::Test; | ||||||
3 | |||||||
4 | # this module is just to test the test suite | ||||||
5 | # see t/test60-subname.p for example | ||||||
6 | |||||||
7 | require Devel::NYTProf::Core; | ||||||
8 | require Exporter; | ||||||
9 | our @ISA = qw(Exporter); | ||||||
10 | |||||||
11 | our @EXPORT_OK = qw(example_sub example_xsub example_xsub_eval set_errno); | ||||||
12 | |||||||
13 | 461 | 0 | sub example_sub { } | ||||
14 | |||||||
15 | 1; |