src/var/hasOwn.js

Maintainability

87.59

Lines of code

7

Created with Raphaël 2.1.002550751002016-7-102016-6-102016-5-112016-4-112016-3-122016-2-112016-1-12

2016-8-9
Maintainability: 87.59

Created with Raphaël 2.1.0024682016-7-102016-6-102016-5-112016-4-112016-3-122016-2-112016-1-12

2016-8-9
Lines of Code: 7

Difficulty

2.92

Estimated Errors

0.01

Function weight

By Complexity

Created with Raphaël 2.1.0<anonymous>1

By SLOC

Created with Raphaël 2.1.0<anonymous>5
1
define( [
2
    "./class2type"
3
], function( class2type ) {
4
    "use strict";
5
 
6
    return class2type.hasOwnProperty;
7
} );