blib/lib/VIC/PIC/P18LF13K50.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 VIC::PIC::P18LF13K50; | ||||||
2 | 1 | 1 | 3 | use strict; | |||
1 | 1 | ||||||
1 | 30 | ||||||
3 | 1 | 1 | 3 | use warnings; | |||
1 | 1 | ||||||
1 | 56 | ||||||
4 | our $VERSION = '0.29'; | ||||||
5 | $VERSION = eval $VERSION; | ||||||
6 | 1 | 1 | 4 | use Moo; | |||
1 | 1 | ||||||
1 | 7 | ||||||
7 | extends 'VIC::PIC::P18F13K50'; | ||||||
8 | |||||||
9 | # role CodeGen | ||||||
10 | has type => (is => 'ro', default => 'p18lf13k50'); | ||||||
11 | has include => (is => 'ro', default => 'p18lf13k50.inc'); | ||||||
12 | 1; | ||||||
13 | |||||||
14 | __END__ |