Condition Coverage

blib/lib/Test/Inline.pm
Criterion Covered Total %
condition 6 13 46.1


or 2 conditions

line l !l condition
280 0 17 $$self{'ExtractHandler'} ||= 'Test::Inline::Extract'
499 29 20 $classes{$context} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
281 0 17 0 $$self{'ContentHandler'} ||= 'Test::Inline::Content::Default'->new
282 0 17 0 $$self{'InputHandler'} ||= 'Test::Inline::IO::File'->new('File::Spec'->curdir)
283 0 17 0 $$self{'OutputHandler'} ||= 'Test::Inline::IO::File'->new('path', 'File::Spec'->curdir, 'readonly', $$self{'readonly'})