blib/lib/CMS/Drupal/Admin.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package CMS::Drupal::Admin; | ||||||
2 | $CMS::Drupal::Admin::VERSION = '0.94'; | ||||||
3 | # ABSTRACT: Provides the namespace for CMS::Drupal::Admin::* packages. | ||||||
4 | |||||||
5 | 1 | 1 | 19650 | use strict; | |||
1 | 3 | ||||||
1 | 24 | ||||||
6 | |||||||
7 | # nothing here | ||||||
8 | |||||||
9 | 1; #return true | ||||||
10 | |||||||
11 | __END__ |