blib/lib/PPIx/Regexp/Structure/Atomic_Script_Run.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 14 | 14 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 5 | 5 | 100.0 |
pod | n/a | ||
total | 19 | 19 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package PPIx::Regexp::Structure::Atomic_Script_Run; | ||||||
2 | |||||||
3 | 9 | 9 | 165 | use 5.006; | |||
9 | 33 | ||||||
4 | |||||||
5 | 9 | 9 | 54 | use strict; | |||
9 | 18 | ||||||
9 | 205 | ||||||
6 | 9 | 9 | 57 | use warnings; | |||
9 | 18 | ||||||
9 | 297 | ||||||
7 | |||||||
8 | 9 | 9 | 65 | use base qw{ PPIx::Regexp::Structure }; | |||
9 | 16 | ||||||
9 | 752 | ||||||
9 | |||||||
10 | 9 | 9 | 60 | use PPIx::Regexp::Constant qw{ @CARP_NOT }; | |||
9 | 29 | ||||||
9 | 1014 | ||||||
11 | |||||||
12 | our $VERSION = '0.088'; | ||||||
13 | |||||||
14 | 1; | ||||||
15 | |||||||
16 | __END__ |