Condition Coverage

blib/lib/Test2/Plugin/IOEvents/Base.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
29 0 3 4 $INC{'Test2/API.pm'} && Test2::API::test2_init_done()

or 3 conditions

line l !l&&r !l&&!r condition
29 2 4 3 $LOADED ||= $INC{'Test2/API.pm'} && Test2::API::test2_init_done()
34 0 3 6 $self->{'no_event'} or not $LOADED
3 0 6 $self->{'no_event'} or not $LOADED or $caller->isa('Test2::Formatter')
3 0 6 $self->{'no_event'} or not $LOADED or $caller->isa('Test2::Formatter') or $caller->isa('Test2::Plugin::IOMuxer::Layer')