Condition Coverage

blib/lib/Class/ReluctantORM/Monitor.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
204 0 0 0 ref $args{'log'} and $args{'log'}->isa('IO::Handle')
356 0 0 0 $args{'sql_obj'} and exists $mon->what->{'sql_object'}
360 0 0 0 $args{'sql_obj'} and exists $mon->what->{'sql_object_pretty'}
364 0 0 0 $args{'sql_str'} and exists $mon->what->{'statement'}
368 0 0 0 $args{'binds'} and exists $mon->what->{'binds'}
372 0 0 0 $args{'row'} and exists $mon->what->{'row'}
376 0 0 0 $args{'sql_obj'} and exists $mon->what->{'origin'}
0 0 0 $args{'sql_obj'} and exists $mon->what->{'origin'} and $args{'sql_obj'}->last_origin_frame
383 0 0 0 $mon->trace_limit and $frames_printed >= $mon->trace_limit

or 3 conditions

line l !l&&r !l&&!r condition
224 0 0 0 not $args{'when'} or $args{'when'} eq 'all'
231 0 0 0 not $args{'what'} or $args{'what'} eq 'all'