| lib/Kwiki/Icons/Gnome.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 7 | 9 | 77.7 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 10 | 12 | 83.3 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Kwiki::Icons::Gnome; | ||||||
| 2 | 1 | 1 | 22472 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 32 | ||||||
| 3 | 1 | 1 | 4 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 34 | ||||||
| 4 | |||||||
| 5 | 1 | 1 | 1446 | use Kwiki::Icons -Base; | |||
| 0 | |||||||
| 0 | |||||||
| 6 | our $VERSION = '0.15'; | ||||||
| 7 | |||||||
| 8 | const class_title => 'Gnome Icons'; | ||||||
| 9 | const icons_path => 'icons/gnome/template'; | ||||||
| 10 | |||||||
| 11 | __DATA__ |