File Coverage

blib/lib/YAML/PP/Schema/Failsafe.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 1 1 100.0
total 12 12 100.0


line stmt bran cond sub pod time code
1 3     3   1947 use strict;
  3         15  
  3         97  
2 3     3   17 use warnings;
  3         4  
  3         305  
3             package YAML::PP::Schema::Failsafe;
4              
5             our $VERSION = '0.036_001'; # TRIAL VERSION
6              
7             sub register {
8 3     3 1 13 my ($self, %args) = @_;
9              
10 3         22 return;
11             }
12              
13             1;
14              
15             __END__