blib/lib/CMS/Drupal/Modules.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::Modules; | ||||||
2 | $CMS::Drupal::Modules::VERSION = '0.94'; | ||||||
3 | # ABSTRACT: Provides the namespace for CMS::Drupal::Modules::* packages. | ||||||
4 | |||||||
5 | 1 | 1 | 19569 | use strict; | |||
1 | 2 | ||||||
1 | 24 | ||||||
6 | |||||||
7 | # nothing here | ||||||
8 | |||||||
9 | 1; #return true | ||||||
10 | |||||||
11 | __END__ |