| blib/lib/Logfile/EPrints/Hit/Negate.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 Logfile::EPrints::Hit::Negate; | ||||||
| 2 | |||||||
| 3 | =head1 NAME | ||||||
| 4 | |||||||
| 5 | Logfile::EPrints::Hit::Negate - filter to remove existing hits | ||||||
| 6 | |||||||
| 7 | =head1 DESCRIPTION | ||||||
| 8 | |||||||
| 9 | Warning! Alpha! Liable to change! | ||||||
| 10 | |||||||
| 11 | =cut | ||||||
| 12 | |||||||
| 13 | 6 | 6 | 36 | use strict; | |||
| 6 | 12 | ||||||
| 6 | 383 | ||||||
| 14 | |||||||
| 15 | our @ISA = qw( Logfile::EPrints::Hit ); | ||||||
| 16 | |||||||
| 17 | 1; |