| 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 | 13044 | use utf8; | |||
| 25 | 62 | ||||||
| 25 | 130 | ||||||
| 4 | |||||||
| 5 | 25 | 25 | 887 | use Moo::Role; | |||
| 25 | 64 | ||||||
| 25 | 141 | ||||||
| 6 | 25 | 25 | 8618 | use namespace::autoclean; | |||
| 25 | 79 | ||||||
| 25 | 239 | ||||||
| 7 | |||||||
| 8 | our $VERSION = '0.024'; # VERSION | ||||||
| 9 | |||||||
| 10 | requires 'execute_command'; | ||||||
| 11 | |||||||
| 12 | requires 'execute_for_command'; | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 | __END__ |