Condition Coverage

lib/Mojolicious/Plugin/Qooxdoo.pm
Criterion Covered Total %
condition 6 15 40.0


and 3 conditions

line !l l&&!r l&&r condition
34 0 1 0 $ENV{'QX_SRC_PATH'} && file_name_is_absolute($ENV{'QX_SRC_PATH'})
50 0 1 0 $path ne $last_path and not -d catdir($path, $prefix_local)

or 2 conditions

line l !l condition
13 2 0 $conf ||= {}
19 2 0 $conf->{'prefix'} || '/'
20 2 0 $conf->{'path'} || 'jsonrpc'

or 3 conditions

line l !l&&r !l&&!r condition
34 1 0 0 $ENV{'QX_SRC_PATH'} || catdir('..', 'frontend', 'source')