| blib/lib/File/KeePass/Agent/linux.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 1 | 3 | 33.3 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 2 | 4 | 50.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package File::KeePass::Agent::linux; | ||||||
| 2 | |||||||
| 3 | =head1 NAME | ||||||
| 4 | |||||||
| 5 | File::KeePass::Agent::linux - platform specific utilities for Agent | ||||||
| 6 | |||||||
| 7 | =cut | ||||||
| 8 | |||||||
| 9 | 1 | 1 | 634 | use File::KeePass::Agent::unix; | |||
| 0 | |||||||
| 0 | |||||||
| 10 | use base qw(File::KeePass::Agent::unix); | ||||||
| 11 | |||||||
| 12 | 1; | ||||||
| 13 | |||||||
| 14 | __END__ |