src/var/rcssNum.js

Maintainability

85.21

Lines of code

9

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: 85.21

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

2016-8-9
Lines of Code: 9

Difficulty

3.33

Estimated Errors

0.02

Function weight

By Complexity

Created with Raphaël 2.1.0<anonymous>1

By SLOC

Created with Raphaël 2.1.0<anonymous>7
1
define( [
2
    "../var/pnum"
3
], function( pnum ) {
4
 
5
"use strict";
6
 
7
return new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );
8
 
9
} );