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