File: 99_test_pod_coverage.t

package info (click to toggle)
libsvg-perl 2.52-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 412 kB
  • sloc: perl: 2,433; makefile: 2
file content (6 lines) | stat: -rwxr-xr-x 203 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
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( "SVG");
pod_coverage_ok( "SVG::Manual");