blib/lib/PLS/Parser/Pod/Method.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 12 | 12 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package PLS::Parser::Pod::Method; | ||||||
2 | |||||||
3 | 11 | 11 | 76 | use strict; | |||
11 | 30 | ||||||
11 | 290 | ||||||
4 | 11 | 11 | 45 | use warnings; | |||
11 | 22 | ||||||
11 | 340 | ||||||
5 | |||||||
6 | 11 | 11 | 53 | use parent 'PLS::Parser::Pod::Subroutine'; | |||
11 | 22 | ||||||
11 | 44 | ||||||
7 | |||||||
8 | =head1 NAME | ||||||
9 | |||||||
10 | PLS::Parser::Pod::Method | ||||||
11 | |||||||
12 | =head1 DESCRIPTION | ||||||
13 | |||||||
14 | This is a subclass of L<PLS::Parser::Pod::Subroutine>, to distinguish regular subroutines | ||||||
15 | from methods. | ||||||
16 | |||||||
17 | =cut | ||||||
18 | |||||||
19 | 1; |