Condition Coverage

blib/lib/Plack/App/DummyBox.pm
Criterion Covered Total %
condition 12 26 46.1


and 3 conditions

line !l l&&!r l&&r condition
63 5 0 2 $w == 1 and $h == 1
83 5 0 0 $line > $w and $line > $h

or 2 conditions

line l !l condition
37 0 0 $self->font->{'size'} || 15
0 0 $self->font->{'color'} || 'darkgray'
54 5 2 $req->param('width') || $req->param('w') || 1
56 5 2 $req->param('height') || $req->param('h') || 1
58 2 5 $req->param('ext') || 'gif'
80 0 5 $req->param('fill') || 'white'
81 0 5 $req->param('border') || 'gray'
82 0 5 $req->param('line') || 1
155 0 0 shift() || 500
156 0 0 shift() || ''