node_modules/cssstyle/lib/properties/tableLayout.js

Maintainability

93.73

Lines of code

12

Created with Raphaël 2.1.002550751002015-1-52014-12-42014-12-3

2015-5-18
Maintainability: 93.73

Created with Raphaël 2.1.0051015202015-1-52014-12-42014-12-3

2015-5-18
Lines of Code: 12

Difficulty

4.90

Estimated Errors

0.05

Function weight

By Complexity

Created with Raphaël 2.1.0set1

By SLOC

Created with Raphaël 2.1.0set3
1
'use strict';
Column: 1 "Use the function form of "use strict"."
2
 
3
module.exports.definition = {
Column: 1 "'module' is not defined."
4
    set: function (v) {
5
        this._setProperty('table-layout', v);
6
    },
7
    get: function () {
8
        return this.getPropertyValue('table-layout');
9
    },
10
    enumerable: true,
11
    configurable: true
12
};