Condition Coverage

blib/lib/Dancer2/Plugin/MarkdownFilesToHTML.pm
Criterion Covered Total %
condition 16 19 84.2


and 3 conditions

line !l l&&!r l&&r condition
178 50 0 16 -f $cache_file and $s->options->{'cache'}
180 0 0 16 $ENV{'DANCER_ENVIRONMENT'} and $ENV{'DANCER_ENVIRONMENT'} eq 'testing'

or 2 conditions

line l !l condition
148 32 34 $file_toc || ''
240 33 17 $toc //= ''

or 3 conditions

line l !l&&r !l&&!r condition
78 4 42 20 $options->{$setting} //= $s->$setting
200 2291 75 345 $code_el->left or $code_el->right
207 17 16 17 $s->options->{'linkable_headers'} or $s->options->{'header_class'}