File Coverage

blib/lib/Sah/Schema/non_empty_str.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Sah::Schema::non_empty_str;
2              
3 1     1   449822 use strict;
  1         2  
  1         140  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2024-02-06'; # DATE
7             our $DIST = 'Sah-Schemas-Str'; # DIST
8             our $VERSION = '0.018'; # VERSION
9              
10             our $schema = ['str1' => {
11             summary => 'A non-empty string (length >= 1) (alias for str1)',
12             }];
13              
14             1;
15             # ABSTRACT:
16              
17             __END__