blib/lib/UAV/Pilot/Driver.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::Driver; | ||||||
2 | 1 | 1 | 1878 | use v5.14; | |||
1 | 4 | ||||||
1 | 44 | ||||||
3 | 1 | 1 | 570 | use Moose::Role; | |||
0 | |||||||
0 | |||||||
4 | |||||||
5 | |||||||
6 | 1; | ||||||
7 | __END__ | ||||||
8 | |||||||
9 | |||||||
10 | =head1 NAME | ||||||
11 | |||||||
12 | UAV::Pilot::Driver | ||||||
13 | |||||||
14 | =head1 DESCRIPTION | ||||||
15 | |||||||
16 | This is a role for a low-level interface to a given UAV. These are primarily for those | ||||||
17 | developing the C<UAV::Pilot> API against a new UAV. Programmers seeking to use an existing | ||||||
18 | UAV should look at L<UAV::Pilot::Control>. |