| blib/lib/Bat/Interpreter/Role/Executor.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 Bat::Interpreter::Role::Executor; | ||||||
| 2 | |||||||
| 3 | 25 | 25 | 12433 | use utf8; | |||
| 25 | 69 | ||||||
| 25 | 138 | ||||||
| 4 | |||||||
| 5 | 25 | 25 | 802 | use Moo::Role; | |||
| 25 | 63 | ||||||
| 25 | 139 | ||||||
| 6 | 25 | 25 | 8622 | use namespace::autoclean; | |||
| 25 | 60 | ||||||
| 25 | 171 | ||||||
| 7 | |||||||
| 8 | our $VERSION = '0.025'; # VERSION | ||||||
| 9 | |||||||
| 10 | requires 'execute_command'; | ||||||
| 11 | |||||||
| 12 | requires 'execute_for_command'; | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 | __END__ |