Condition Coverage

blib/lib/CMS/MediaWiki.pm
Criterion Covered Total %
condition 0 56 0.0


and 3 conditions

line !l l&&!r l&&r condition
262 0 0 0 $saving and $1

or 2 conditions

line l !l condition
37 0 0 $params{'protocol'} || 'http'
38 0 0 $params{'host'} || 'localhost'
39 0 0 $params{'path'} || ''
40 0 0 $params{'debug'} || 0
70 0 0 $args{'user'} || 'Perlbot'
71 0 0 $args{'pass'} || 'barfoo'
124 0 0 $$self{'host'} || 'localhost'
125 0 0 $$self{'path'} || ''
128 0 0 $args{'text '} ||= '* No text *'
129 0 0 $args{'summary'} ||= 'By CMS::MediaWiki'
130 0 0 $args{'section'} ||= ''
131 0 0 $args{'watch'} ||= 0
149 0 0 $1 || ''
154 0 0 $1 || ''
157 0 0 $1 || ''
187 0 0 $$resp{'_headers'}{'location'} || ''
220 0 0 $args{'section'} ||= 0
227 0 0 $$self{'host'} || 'localhost'
228 0 0 $$self{'path'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
62 0 0 0 $args{'protocol'} ||= $$self{'protocol'}
63 0 0 0 $args{'path'} ||= $$self{'path'}
66 0 0 0 $args{'host'} ||= $$self{'host'}
127 0 0 0 $args{'protocol'} ||= $$self{'protocol'}
219 0 0 0 $args{'protocol'} ||= $$self{'protocol'}