File Coverage

blib/lib/Plack/Auth/SSO/ResponseParser.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Plack::Auth::SSO::ResponseParser;
2              
3 5     5   118061 use strict;
  5         19  
  5         136  
4 5     5   404 use Moo::Role;
  5         13921  
  5         36  
5              
6             our $VERSION = "0.0137";
7              
8             requires "parse";
9              
10             1;
11