Condition Coverage

blib/lib/PONAPI/Server/ConfigReader.pm
Criterion Covered Total %
condition 3 6 50.0


or 2 conditions

line l !l condition
63 9 0 $self->config->{'server'}{'sort_allowed'} // die('[PONAPI Server] server sorting configuration is missing')
75 9 0 $self->config->{'server'}{'spec_version'} // die('[PONAPI Server] server JSON API version configuration is missing')
84 9 0 $self->config->{'server'}{'spec_version'} // die('[PONAPI Server] server spec version is not configured')