Condition Coverage

blib/lib/Plack/Debugger/Storage.pm
Criterion Covered Total %
condition 5 13 38.4


and 3 conditions

line !l l&&!r l&&r condition
15 1 0 0 @_ == 1 && ref $_[0] eq 'HASH'
20 0 0 1 -d $args{'data_dir'} and -w $args{'data_dir'}
27 0 0 2 ref $args{$_} and ref $args{$_} eq 'CODE'

or 2 conditions

line l !l condition
33 1 0 $args{'filename_fmt'} || '%s'
57 1 0 mkdir $dir or die "Could not create $dir because $!"