| blib/lib/RecentInfo/Manager/XBEL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 26 | 46.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 57 | 0 | 8 | 9 | defined $recent and -f $recent |
| 8 | 2 | 7 | defined $recent and -f $recent and -s _ |
| line | l | !l | condition |
|---|---|---|---|
| 108 | 3 | 0 | $md->mime_type_from_name($filename) // "application/octet-stream" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 101 | 0 | 3 | 0 | $info->{'when'} //= time |
| 102 | 0 | 3 | 0 | $info->{'app'} //= $self->app |
| 103 | 0 | 3 | 0 | $info->{'exec'} //= $self->exec |
| 104 | 0 | 3 | 0 | $info->{'visited'} //= time |
| 133 | 0 | 1 | 0 | $added //= gmtime_to_iso8601_datetime($info->{'when'}) |
| 134 | 0 | 1 | 0 | $modified //= gmtime_to_iso8601_datetime($info->{'when'}) |