blib/lib/Firefox/Sync/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 22 | 0.0 |
line | l | !l | condition |
---|---|---|---|
334 | 0 | 0 | $$bm{'payload'}{'children'} and scalar $$bm{'payload'}{'children'} |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
237 | 0 | 0 | 0 | $$bm{'payload'}{'parentid'} and $$bm{'payload'}{'parentid'} eq 'places' |
408 | 0 | 0 | 0 | defined $$self{'cache'}{$url} and time - $$self{'cache'}{$url . '_ts'} <= $$self{'cachelifetime'} |
line | l | !l | condition |
---|---|---|---|
135 | 0 | 0 | $args{'ProtocolVersion'} || '1.1' |
136 | 0 | 0 | $args{'User'} || '' |
137 | 0 | 0 | $args{'Password'} || '' |
138 | 0 | 0 | $args{'SyncKey'} || '' |
139 | 0 | 0 | $args{'URL'} || '' |
140 | 0 | 0 | $args{'CacheFile'} || undef |
141 | 0 | 0 | $args{'CacheLifetime'} || 300 |