File: 002podcoverage.t

package info (click to toggle)
libtest-databaserow-perl 2.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 3,062; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!perl
############ STANDARD Pod::Coverage TEST - DO NOT EDIT ##################
use Test::More;
use strict;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
    if $@;
all_pod_coverage_ok({ 
  coverage_class => 'Pod::Coverage::CountParents',
  also_private => [ qr/\A has_ /x],
});