Condition Coverage

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


or 2 conditions

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

or 3 conditions

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