File Coverage

blib/lib/Sah/Schemas/Str.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             package Sah::Schemas::Str;
2              
3 1     1   391401 use 5.014;
  1         4  
4 1     1   9 use strict;
  1         1  
  1         112  
5              
6             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
7             our $DATE = '2024-02-06'; # DATE
8             our $DIST = 'Sah-Schemas-Str'; # DIST
9             our $VERSION = '0.018'; # VERSION
10              
11             1;
12             # ABSTRACT: Various string schemas
13              
14             __END__