blib/lib/Text/Clevery/Function.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 27 | 62.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
343 | 4 | 0 | 1 | defined $height and defined $width |
489 | 9 | 1 | 0 | blessed $time and $time->can('epoch') |
759 | 0 | 2 | 1 | $display_meridian and not $use_24_hours |
line | l | !l | condition |
---|---|---|---|
130 | 0 | 1 | $config{$section} ||= {} |
135 | 0 | 2 | $config{$section_name} ||= {} |
145 | 1 | 4 | $context->_storage->{'config'} ||= {'@global', {}} |
181 | 10 | 3 | $$storage{'counter'}{$name} ||= {'count', defined $start ? $start : 1, 'skip', defined $skip ? $skip : 1} |
216 | 20 | 1 | $$storage{'cycle'}{$name} ||= {'values', [], 'index', 0} |
348 | 0 | 0 | $$env{'DOCUMENT_ROOT'} || '.' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
125 | 5 | 0 | 0 | 'Config::Tiny'->read($file) || Carp::croak('Config::Tiny'->errstr) |
377 | 0 | 2 | 346 | ref $label eq 'ARRAY' || ref $label eq 'HASH' |