| blib/lib/UAV/Pilot/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 4 | 6 | 66.6 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 6 | 8 | 75.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package UAV::Pilot::Server; | ||||||
| 2 | 1 | 1 | 1699 | use v5.14; | |||
| 1 | 4 | ||||||
| 1 | 38 | ||||||
| 3 | 1 | 1 | 479 | use Moose::Role; | |||
| 0 | |||||||
| 0 | |||||||
| 4 | |||||||
| 5 | |||||||
| 6 | 1; | ||||||
| 7 | __END__ | ||||||
| 8 | |||||||
| 9 | =head1 NAME | ||||||
| 10 | |||||||
| 11 | UAV::Pilot::Server | ||||||
| 12 | |||||||
| 13 | =head1 DESCRIPTION | ||||||
| 14 | |||||||
| 15 | Role for servers running on board a UAV. | ||||||
| 16 | |||||||
| 17 | =cut |