blib/lib/Lingy/Compiler.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 7 | 85.7 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 3 | 66.6 |
pod | 0 | 1 | 0.0 |
total | 8 | 11 | 72.7 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Lingy::Compiler; | ||||||
2 | 1 | 1 | 5330 | use Lingy::Base; | |||
1 | 2 | ||||||
1 | 7 | ||||||
3 | |||||||
4 | 1 | 1 | 7 | use Getopt::Long; | |||
1 | 2 | ||||||
1 | 7 | ||||||
5 | |||||||
6 | has input => (); | ||||||
7 | |||||||
8 | sub compile { | ||||||
9 | 0 | 0 | 0 | my ($self) = @_; | |||
10 | } | ||||||
11 | |||||||
12 | 1; |