Condition Coverage

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


or 2 conditions

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