| blib/lib/Test/C2FIT/WikiRunner.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 6 | 6 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 | 
| pod | n/a | ||
| total | 8 | 8 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | # $Id: WikiRunner.pm,v 1.7 2006/06/16 15:20:56 tonyb Exp $ | ||||||
| 2 | # | ||||||
| 3 | # Copyright (c) 2002-2005 Cunningham & Cunningham, Inc. | ||||||
| 4 | # Released under the terms of the GNU General Public License version 2 or later. | ||||||
| 5 | # | ||||||
| 6 | # Perl translation by Dave W. Smith | ||||||
| 7 | # Modified by Tony Byrne | ||||||
| 8 | |||||||
| 9 | package Test::C2FIT::WikiRunner; | ||||||
| 10 | |||||||
| 11 | 1 | 1 | 6 | use base 'Test::C2FIT::FileRunner'; | |||
| 1 | 2 | ||||||
| 1 | 92 | ||||||
| 12 | 1 | 1 | 31 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 40 | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 | __END__ |