File: end_token.pl

package info (click to toggle)
libperl-metrics-simple-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: perl: 1,434; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
package end_token; # 1

our $VERSION = '1.0'; # 2

our $EXPECTED_NON_SUB_LINES = 4; #3

# the __END__ token also counts as a line of code
__END__

The idea here is that the count of lines for this file should
not include anything after the __END__ token.