Branch Coverage

blib/lib/OpenPlugin/Request/CGI.pm
Criterion Covered Total %
branch 2 4 50.0


line true false branch
15 2 0 unless ($self->state->{'cgi'})
18 0 2 if (not exists $self->state->{'cgi'} and ref $$args{'cgi'} eq 'CGI') { }