Condition Coverage

blib/lib/Catalyst/Plugin/Flavour.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
61 0 0 0 @path and $path[0]
77 0 0 0 defined $$config{'date_flavour'} and not $$config{'date_flavour'}
81 0 0 0 $param eq 'year' and $path[0] =~ /^\d{4}$/

or 2 conditions

line l !l condition
60 0 0 $c->req->path || ''
62 0 0 $c->req->path || ''
66 0 0 $path[-1] || ''
73 0 0 $path[-1] || 'index'
74 0 0 $$config{'default_flavour'} || 'html'

or 3 conditions

line l !l&&r !l&&!r condition
81 0 0 0 $param eq 'year' and $path[0] =~ /^\d{4}$/ or $path[0] =~ /^\d?\d$/