line |
!l |
l&&!r |
l&&r |
condition |
31
|
23 |
1 |
2 |
$args{'format'} ne 'DateTime' and $args{'format'} ne 'verbatim'
|
|
24 |
1 |
1 |
$args{'format'} ne 'DateTime' and $args{'format'} ne 'verbatim' and $args{'format'} ne 'epoch'
|
|
2 |
1 |
0 |
$args{'format'} ne 'DateTime' and $args{'format'} ne 'verbatim' and $args{'format'} ne 'epoch' and $args{'format'} ne 'combined'
|
38
|
26 |
0 |
0 |
$args{'returns'} ne 'first' and $args{'returns'} ne 'last'
|
|
26 |
0 |
0 |
$args{'returns'} ne 'first' and $args{'returns'} ne 'last' and $args{'returns'} ne 'earliest'
|
|
0 |
0 |
0 |
$args{'returns'} ne 'first' and $args{'returns'} ne 'last' and $args{'returns'} ne 'earliest' and $args{'returns'} ne 'latest'
|
|
0 |
0 |
0 |
$args{'returns'} ne 'first' and $args{'returns'} ne 'last' and $args{'returns'} ne 'earliest' and $args{'returns'} ne 'latest' and $args{'returns'} ne 'all'
|
|
0 |
0 |
0 |
$args{'returns'} ne 'first' and $args{'returns'} ne 'last' and $args{'returns'} ne 'earliest' and $args{'returns'} ne 'latest' and $args{'returns'} ne 'all' and $args{'returns'} ne 'all_cron'
|
47
|
25 |
0 |
1 |
$args{'prefers'} ne 'nearest' and $args{'prefers'} ne 'past'
|
|
25 |
1 |
0 |
$args{'prefers'} ne 'nearest' and $args{'prefers'} ne 'past' and $args{'prefers'} ne 'future'
|
219
|
0 |
32 |
27 |
$args{'prefers'} and $args{'prefers'} eq 'future'
|