UNPKG

libzotero

Version:
285 lines (284 loc) 9.51 kB
<!doctype html> <html lang="en"> <head> <title>Code coverage report for src/Preferences.js</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../prettify.css" /> <link rel="stylesheet" href="../base.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type='text/css'> .coverage-summary .sorter { background-image: url(../sort-arrow-sprite.png); } </style> </head> <body> <div class='wrapper'> <div class='pad1'> <h1> <a href="../index.html">all files</a> / <a href="index.html">src/</a> Preferences.js </h1> <div class='clearfix'> <div class='fl pad1y space-right2'> <span class="strong">48.72% </span> <span class="quiet">Statements</span> <span class='fraction'>19/39</span> </div> <div class='fl pad1y space-right2'> <span class="strong">12.5% </span> <span class="quiet">Branches</span> <span class='fraction'>1/8</span> </div> <div class='fl pad1y space-right2'> <span class="strong">28.57% </span> <span class="quiet">Functions</span> <span class='fraction'>2/7</span> </div> <div class='fl pad1y space-right2'> <span class="strong">48.72% </span> <span class="quiet">Lines</span> <span class='fraction'>19/39</span> </div> </div> </div> <div class='status-line low'></div> <pre><table class="coverage"> <tr><td class="line-count quiet">1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74</td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes"></span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">'use strict'; &nbsp; var log = require('./Log.js').Logger('libZotero:Preferences'); &nbsp; var Preferences = function(store, idString) { this.store = store; this.idString = idString; this.preferencesObject = {}; this.defaults = { debug_level: 3, //lower level is higher priority debug_log: true, debug_mock: false, listDisplayedFields: ['title', 'creator', 'dateModified'], showAutomaticTags: false,//tagType:1 is automatic, tagType:0 was added by user itemsPerPage: 25, order: 'title', title: 'asc' }; this.load(); }; &nbsp; Preferences.prototype.setPref = <span class="fstat-no" title="function not covered" >function(key, value) {</span> <span class="cstat-no" title="statement not covered" > var preferences = this;</span> <span class="cstat-no" title="statement not covered" > preferences.preferencesObject[key] = value;</span> <span class="cstat-no" title="statement not covered" > preferences.persist();</span> }; &nbsp; Preferences.prototype.setPrefs = <span class="fstat-no" title="function not covered" >function(newPrefs) {</span> <span class="cstat-no" title="statement not covered" > var preferences = this;</span> <span class="cstat-no" title="statement not covered" > if(typeof(newPrefs) != 'object') {</span> <span class="cstat-no" title="statement not covered" > throw new Error('Preferences must be an object');</span> } <span class="cstat-no" title="statement not covered" > preferences.preferencesObject = newPrefs;</span> <span class="cstat-no" title="statement not covered" > preferences.persist();</span> }; &nbsp; Preferences.prototype.getPref = <span class="fstat-no" title="function not covered" >function(key){</span> <span class="cstat-no" title="statement not covered" > var preferences = this;</span> <span class="cstat-no" title="statement not covered" > if(preferences.preferencesObject[key]){</span> <span class="cstat-no" title="statement not covered" > return preferences.preferencesObject[key];</span> } else <span class="cstat-no" title="statement not covered" >if(preferences.defaults[key]){</span> <span class="cstat-no" title="statement not covered" > return preferences.defaults[key];</span> } else { <span class="cstat-no" title="statement not covered" > return null;</span> } }; &nbsp; Preferences.prototype.getPrefs = <span class="fstat-no" title="function not covered" >function(){</span> <span class="cstat-no" title="statement not covered" > var preferences = this;</span> <span class="cstat-no" title="statement not covered" > return preferences.preferencesObject;</span> }; &nbsp; Preferences.prototype.persist = <span class="fstat-no" title="function not covered" >function(){</span> <span class="cstat-no" title="statement not covered" > var preferences = this;</span> <span class="cstat-no" title="statement not covered" > var storageString = 'preferences_' + preferences.idString;</span> <span class="cstat-no" title="statement not covered" > preferences.store[storageString] = JSON.stringify(preferences.preferencesObject);</span> }; &nbsp; Preferences.prototype.load = function(){ var preferences = this; var storageString = 'preferences_' + preferences.idString; var storageObjectString = preferences.store[storageString]; <span class="missing-if-branch" title="else path not taken" >E</span>if(!storageObjectString){ preferences.preferencesObject = {}; } else { <span class="cstat-no" title="statement not covered" > preferences.preferencesObject = JSON.parse(storageObjectString);</span> } }; &nbsp; module.exports = Preferences; &nbsp;</pre></td></tr> </table></pre> <div class='push'></div><!-- for sticky footer --> </div><!-- /wrapper --> <div class='footer quiet pad2 space-top1 center small'> Code coverage generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Apr 12 2017 14:32:53 GMT+0100 (BST) </div> </div> <script src="../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../sorter.js"></script> </body> </html>