blib/lib/Array/Stream/Transactional/Matcher/Rule.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 4 | 75.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 2 | 50.0 |
pod | 0 | 1 | 0.0 |
total | 4 | 7 | 57.1 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | # $Id: Rule.pm,v 1.4 2004/06/11 20:57:51 claes Exp $ | ||||||
2 | |||||||
3 | package Array::Stream::Transactional::Matcher::Rule; | ||||||
4 | 5 | 5 | 31 | use strict; | |||
5 | 11 | ||||||
5 | 403 | ||||||
5 | |||||||
6 | our $VERSION = "1.00"; | ||||||
7 | |||||||
8 | 0 | 0 | 0 | sub match { 0; } | |||
9 | |||||||
10 | 1; | ||||||
11 | __END__ |