File: NoCoverage.pm

package info (click to toggle)
libpod-coverage-trustpod-perl 0.100006-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 308; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

use strict;
use warnings;

package NoCoverage;

=head1 NAME

NoCoverage - ain't nothin covered

=cut

sub not_covered { }

1;