| blib/lib/DataStore/CAS/FS/DirCodec/Unix.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 21 | 57.1 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 66 | 7 | 4 | 0 | defined $e->{'unix_uid'} and defined $e->{'unix_user'} | 
| 68 | 8 | 3 | 0 | defined $e->{'unix_gid'} and defined $e->{'unix_group'} | 
| 110 | 0 | 2 | 0 | ref($_[0])->can('TO_UTF8') && (($_[0] = $_[0]->TO_UTF8) || 1) | 
| 143 | 0 | 0 | 4 | ref $meta->{'_'}{'umap'} and ref $meta->{'_'}{'gmap'} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 87 | 3 | 1 | 0 | $_json_coder ||= _build_json_coder() | 
| 110 | 4 | 17 | 2 | &utf8::is_utf8 && (&utf8::encode || 1) || !($_[0] =~ /[\x80-\xFF]/) | 
| 139 | 4 | 0 | 0 | $_json_coder ||= _build_json_coder() |