Condition Coverage

blib/lib/TiddlyWeb/EditPage.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
223 0 0 0 defined $$self{'command'} and $editor =~ /vi/

or 2 conditions

line l !l condition
214 0 0 $$self{'rester'}->workspace || ''
221 0 0 $ENV{'EDITOR'} || '/usr/bin/vim'
264 0 0 $content || ''

or 3 conditions

line l !l&&r !l&&!r condition
185 0 0 0 delete $opts{'tag'} || croak('tag is mandatory')
262 0 0 0 $filename ||= 'File::Temp'->new('SUFFIX', '.wiki')