| blib/lib/Alien/Build/Git.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 8 | 8 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 | 
| pod | n/a | ||
| total | 11 | 11 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package Alien::Build::Git; | ||||||
| 2 | |||||||
| 3 | 2 | 2 | 222195 | use strict; | |||
| 2 | 13 | ||||||
| 2 | 52 | ||||||
| 4 | 2 | 2 | 9 | use warnings; | |||
| 2 | 3 | ||||||
| 2 | 50 | ||||||
| 5 | 2 | 2 | 46 | use 5.008001; | |||
| 2 | 6 | ||||||
| 6 | |||||||
| 7 | # ABSTRACT: Alien::Build tools for interacting with git | ||||||
| 8 | our $VERSION = '0.10'; # VERSION | ||||||
| 9 | |||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |