File: 99podcov.t

package info (click to toggle)
libsgml-parser-opensp-perl 0.994-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: perl: 225; makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 99pod.t -- Minimally check POD for code coverage.
#
# $Id: 99podcov.t,v 1.1 2005/12/11 19:02:00 tbe Exp $

use strict;
use warnings;
use Test::More;

eval "use Test::Pod::Coverage";
plan skip_all => "Test::Pod::Coverage required for testing pod coverage" if $@;
plan tests => 2;
pod_coverage_ok('SGML::Parser::OpenSP');
pod_coverage_ok('SGML::Parser::OpenSP::Tools');