badeball/xpath-analyzer

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.editorconfig
.gitignore
.travis.yml
LICENSE
Makefile
README.md
package-lock.json
package.json
tsconfig.json
rollup.config.js19
lib/axis_specifier.ts27
lib/expr_type.ts25
lib/function_name.ts51
lib/node_type.ts4
lib/parsers/absolute_location_path.ts35
A
45 mins
lib/parsers/additive_expr.ts30
B
6 hrs
lib/parsers/and_expr.ts24
A
3 hrs
lib/parsers/equality_expr.ts30
B
6 hrs
lib/parsers/expr.ts21
lib/parsers/filter_expr.ts30
lib/parsers/function_call.ts40
A
2 hrs
lib/parsers/location_path.ts16
lib/parsers/multiplicative_expr.ts30
lib/parsers/node_test.ts58
B
4 hrs
lib/parsers/or_expr.ts23
A
3 hrs
lib/parsers/path_expr.ts44
C
7 hrs
lib/parsers/predicate.ts13
A
2 hrs
lib/parsers/primary_expr.ts61
B
5 hrs
lib/parsers/relational_expr.ts31
lib/parsers/relative_location_path.ts31
B
4 hrs
lib/parsers/step.ts74
A
3 hrs
lib/parsers/unary_expr.ts19
lib/parsers/union_expr.ts23
A
3 hrs
lib/validators/axis_specifier.ts31
A
3 hrs
lib/validators/function_name.ts55
A
3 hrs
lib/validators/node_type.ts12
lib/xpath_analyzer.ts20