Condition Coverage

blib/lib/Bryar/Frontend/Base.pm
Criterion Covered Total %
condition 0 35 0.0


and 3 conditions

line !l l&&!r l&&r condition
85 0 0 0 @pi and not $pi[0]
89 0 0 0 $pi[-1] and $pi[-1] eq 'xml'
90 0 0 0 $pi[-1] and $pi[-1] =~ /^id_([0-9]+)/
91 0 0 0 $pi[0] and $pi[0] =~ /^([a-zA-Z]\w*)/
0 0 0 $pi[0] and $pi[0] =~ /^([a-zA-Z]\w*)/ and not $pi[0] =~ /^(?:before)_[0-9]+$/
96 0 0 0 @pi == 1 and $pi[0] =~ /^before_([0-9]+)$/
101 0 0 0 $from and $til
135 0 0 0 $m and exists $mons{$m}
162 0 0 0 not $$headers{'Status'} and $self->not_modified($last_modified, $data)

or 2 conditions

line l !l condition
158 0 0 $headers ||= {}
186 0 0 $self->get_header('If-None-Match') || ''
199 0 0 $self->get_header('If-Modified-Since') || (return 0)
203 0 0 &HTTP::Date::str2time($since) || (return 0)