| 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 | 23 | 23 | 11275 | use utf8; | |||
| 23 | 54 | ||||||
| 23 | 111 | ||||||
| 4 | |||||||
| 5 | 23 | 23 | 672 | use Moo::Role; | |||
| 23 | 49 | ||||||
| 23 | 121 | ||||||
| 6 | 23 | 23 | 7293 | use namespace::autoclean; | |||
| 23 | 74 | ||||||
| 23 | 130 | ||||||
| 7 | |||||||
| 8 | our $VERSION = '0.023'; # VERSION | ||||||
| 9 | |||||||
| 10 | requires 'execute_command'; | ||||||
| 11 | |||||||
| 12 | requires 'execute_for_command'; | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 | __END__ |