istanbuljs / nyc

the Istanbul command line interface
https://istanbul.js.org/
ISC License
5.61k stars 360 forks source link

Coverage Support for babel-plugin-jsx-control-statements #812

Closed OverseePublic closed 5 years ago

OverseePublic commented 6 years ago

Expected Behavior

image

Observed Behavior

image

Bonus Points! Code (or Repository) that Reproduces Issue

https://github.com/OverseePublic/jest-coverage-test

Operating System: the operating system you observed the issue on. Mac

  1. run the following script:

sh -c 'node --version; npm --version; npm ls' > output.txt

  1. share a gist with the contents of output.txt.
    ``` v6.2.2 3.9.5 jest-coverage-test@1.0.0 /Users/black/Desktop/dev/jest-coverage-test ├── babel@6.23.0 ├─┬ babel-cli@6.26.0 │ ├─┬ babel-polyfill@6.26.0 │ │ ├── core-js@2.5.5 │ │ └── regenerator-runtime@0.10.5 │ ├─┬ babel-register@6.26.0 │ │ ├─┬ home-or-tmp@2.0.0 │ │ │ ├── os-homedir@1.0.2 │ │ │ └── os-tmpdir@1.0.2 │ │ └── source-map-support@0.4.18 │ ├─┬ babel-runtime@6.26.0 │ │ └── regenerator-runtime@0.11.1 │ ├─┬ chokidar@1.7.0 │ │ ├─┬ anymatch@1.3.2 │ │ │ └─┬ normalize-path@2.1.1 │ │ │ └── remove-trailing-separator@1.1.0 │ │ ├── async-each@1.0.1 │ │ ├─┬ fsevents@1.1.3 │ │ │ ├── nan@2.10.0 │ │ │ └─┬ node-pre-gyp@0.6.39 │ │ │ ├── detect-libc@1.0.2 │ │ │ ├─┬ hawk@3.1.3 │ │ │ │ ├── boom@2.10.1 │ │ │ │ ├── cryptiles@2.0.5 │ │ │ │ ├── hoek@2.16.3 │ │ │ │ └── sntp@1.0.9 │ │ │ ├─┬ mkdirp@0.5.1 │ │ │ │ └── minimist@0.0.8 │ │ │ ├─┬ nopt@4.0.1 │ │ │ │ ├── abbrev@1.1.0 │ │ │ │ └─┬ osenv@0.1.4 │ │ │ │ ├── os-homedir@1.0.2 │ │ │ │ └── os-tmpdir@1.0.2 │ │ │ ├─┬ npmlog@4.1.0 │ │ │ │ ├─┬ are-we-there-yet@1.1.4 │ │ │ │ │ └── delegates@1.0.0 │ │ │ │ ├── console-control-strings@1.1.0 │ │ │ │ ├─┬ gauge@2.7.4 │ │ │ │ │ ├── aproba@1.1.1 │ │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ │ ├── object-assign@4.1.1 │ │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ │ └─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ │ └── wide-align@1.1.2 │ │ │ │ └── set-blocking@2.0.0 │ │ │ ├─┬ rc@1.2.1 │ │ │ │ ├── deep-extend@0.4.2 │ │ │ │ ├── ini@1.3.4 │ │ │ │ ├── minimist@1.2.0 │ │ │ │ └── strip-json-comments@2.0.1 │ │ │ ├─┬ request@2.81.0 │ │ │ │ ├── aws-sign2@0.6.0 │ │ │ │ ├── aws4@1.6.0 │ │ │ │ ├── caseless@0.12.0 │ │ │ │ ├─┬ combined-stream@1.0.5 │ │ │ │ │ └── delayed-stream@1.0.0 │ │ │ │ ├── extend@3.0.1 │ │ │ │ ├── forever-agent@0.6.1 │ │ │ │ ├─┬ form-data@2.1.4 │ │ │ │ │ └── asynckit@0.4.0 │ │ │ │ ├─┬ har-validator@4.2.1 │ │ │ │ │ ├─┬ ajv@4.11.8 │ │ │ │ │ │ ├── co@4.6.0 │ │ │ │ │ │ └─┬ json-stable-stringify@1.0.1 │ │ │ │ │ │ └── jsonify@0.0.0 │ │ │ │ │ └── har-schema@1.0.5 │ │ │ │ ├─┬ http-signature@1.1.1 │ │ │ │ │ ├── assert-plus@0.2.0 │ │ │ │ │ ├─┬ jsprim@1.4.0 │ │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ │ └── verror@1.3.6 │ │ │ │ │ └─┬ sshpk@1.13.0 │ │ │ │ │ ├── asn1@0.2.3 │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ ├── bcrypt-pbkdf@1.0.1 │ │ │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ │ │ ├─┬ getpass@0.1.7 │ │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ │ ├── jodid25519@1.0.2 │ │ │ │ │ ├── jsbn@0.1.1 │ │ │ │ │ └── tweetnacl@0.14.5 │ │ │ │ ├── is-typedarray@1.0.0 │ │ │ │ ├── isstream@0.1.2 │ │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ │ ├─┬ mime-types@2.1.15 │ │ │ │ │ └── mime-db@1.27.0 │ │ │ │ ├── oauth-sign@0.8.2 │ │ │ │ ├── performance-now@0.2.0 │ │ │ │ ├── qs@6.4.0 │ │ │ │ ├── safe-buffer@5.0.1 │ │ │ │ ├── stringstream@0.0.5 │ │ │ │ ├─┬ tough-cookie@2.3.2 │ │ │ │ │ └── punycode@1.4.1 │ │ │ │ ├── tunnel-agent@0.6.0 │ │ │ │ └── uuid@3.0.1 │ │ │ ├─┬ rimraf@2.6.1 │ │ │ │ └─┬ glob@7.1.2 │ │ │ │ ├── fs.realpath@1.0.0 │ │ │ │ ├── inflight@1.0.6 │ │ │ │ ├─┬ minimatch@3.0.4 │ │ │ │ │ └─┬ brace-expansion@1.1.7 │ │ │ │ │ ├── balanced-match@0.4.2 │ │ │ │ │ └── concat-map@0.0.1 │ │ │ │ └── path-is-absolute@1.0.1 │ │ │ ├── semver@5.3.0 │ │ │ ├─┬ tar@2.2.1 │ │ │ │ ├── block-stream@0.0.9 │ │ │ │ ├─┬ fstream@1.0.11 │ │ │ │ │ └── graceful-fs@4.1.11 │ │ │ │ └── inherits@2.0.3 │ │ │ └─┬ tar-pack@3.4.0 │ │ │ ├─┬ debug@2.6.8 │ │ │ │ └── ms@2.0.0 │ │ │ ├── fstream-ignore@1.0.5 │ │ │ ├─┬ once@1.4.0 │ │ │ │ └── wrappy@1.0.2 │ │ │ ├─┬ readable-stream@2.2.9 │ │ │ │ ├── buffer-shims@1.0.0 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ ├── string_decoder@1.0.1 │ │ │ │ └── util-deprecate@1.0.2 │ │ │ └── uid-number@0.0.6 │ │ ├── glob-parent@2.0.0 │ │ ├── inherits@2.0.3 │ │ ├─┬ is-binary-path@1.0.1 │ │ │ └── binary-extensions@1.11.0 │ │ ├─┬ is-glob@2.0.1 │ │ │ └── is-extglob@1.0.0 │ │ └─┬ readdirp@2.1.0 │ │ ├─┬ readable-stream@2.3.6 │ │ │ ├── core-util-is@1.0.2 │ │ │ ├── isarray@1.0.0 │ │ │ ├── process-nextick-args@2.0.0 │ │ │ ├── safe-buffer@5.1.1 │ │ │ ├── string_decoder@1.1.1 │ │ │ └── util-deprecate@1.0.2 │ │ └── set-immediate-shim@1.0.1 │ ├── commander@2.15.1 │ ├── convert-source-map@1.5.1 │ ├── fs-readdir-recursive@1.1.0 │ ├─┬ glob@7.1.2 │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ └── wrappy@1.0.2 │ │ └── once@1.4.0 │ ├── lodash@4.17.5 │ ├─┬ output-file-sync@1.1.2 │ │ └── graceful-fs@4.1.11 │ ├── path-is-absolute@1.0.1 │ ├── slash@1.0.0 │ ├── source-map@0.5.7 │ └─┬ v8flags@2.1.1 │ └── user-home@1.1.1 ├─┬ babel-env@2.4.1 │ ├── babel-cli@6.26.0 │ ├─┬ babel-plugin-transform-class-properties@6.24.1 │ │ ├─┬ babel-helper-function-name@6.24.1 │ │ │ └── babel-helper-get-function-arity@6.24.1 │ │ └── babel-plugin-syntax-class-properties@6.13.0 │ ├─┬ babel-plugin-transform-decorators@6.24.1 │ │ ├─┬ babel-helper-explode-class@6.24.1 │ │ │ └── babel-helper-bindify-decorators@6.24.1 │ │ └── babel-plugin-syntax-decorators@6.13.0 │ ├── babel-plugin-transform-react-constant-elements@6.23.0 │ ├── babel-plugin-transform-react-inline-elements@6.22.0 │ ├─┬ babel-preset-env@1.6.1 │ │ ├── babel-plugin-check-es2015-constants@6.22.0 │ │ ├── babel-plugin-syntax-trailing-function-commas@6.22.0 │ │ ├─┬ babel-plugin-transform-async-to-generator@6.24.1 │ │ │ ├── babel-helper-remap-async-to-generator@6.24.1 │ │ │ └── babel-plugin-syntax-async-functions@6.13.0 │ │ ├── babel-plugin-transform-es2015-arrow-functions@6.22.0 │ │ ├── babel-plugin-transform-es2015-block-scoped-functions@6.22.0 │ │ ├── babel-plugin-transform-es2015-block-scoping@6.26.0 │ │ ├─┬ babel-plugin-transform-es2015-classes@6.24.1 │ │ │ ├── babel-helper-define-map@6.26.0 │ │ │ ├── babel-helper-optimise-call-expression@6.24.1 │ │ │ └── babel-helper-replace-supers@6.24.1 │ │ ├── babel-plugin-transform-es2015-computed-properties@6.24.1 │ │ ├── babel-plugin-transform-es2015-destructuring@6.23.0 │ │ ├── babel-plugin-transform-es2015-duplicate-keys@6.24.1 │ │ ├── babel-plugin-transform-es2015-for-of@6.23.0 │ │ ├── babel-plugin-transform-es2015-function-name@6.24.1 │ │ ├── babel-plugin-transform-es2015-literals@6.22.0 │ │ ├── babel-plugin-transform-es2015-modules-amd@6.24.1 │ │ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.26.0 │ │ │ └── babel-plugin-transform-strict-mode@6.24.1 │ │ ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.24.1 │ │ │ └── babel-helper-hoist-variables@6.24.1 │ │ ├── babel-plugin-transform-es2015-modules-umd@6.24.1 │ │ ├── babel-plugin-transform-es2015-object-super@6.24.1 │ │ ├─┬ babel-plugin-transform-es2015-parameters@6.24.1 │ │ │ └── babel-helper-call-delegate@6.24.1 │ │ ├── babel-plugin-transform-es2015-shorthand-properties@6.24.1 │ │ ├── babel-plugin-transform-es2015-spread@6.22.0 │ │ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.24.1 │ │ │ └── babel-helper-regex@6.26.0 │ │ ├── babel-plugin-transform-es2015-template-literals@6.22.0 │ │ ├── babel-plugin-transform-es2015-typeof-symbol@6.23.0 │ │ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.24.1 │ │ │ └─┬ regexpu-core@2.0.0 │ │ │ ├── regenerate@1.3.3 │ │ │ ├── regjsgen@0.2.0 │ │ │ └─┬ regjsparser@0.1.5 │ │ │ └── jsesc@0.5.0 │ │ ├─┬ babel-plugin-transform-exponentiation-operator@6.24.1 │ │ │ ├─┬ babel-helper-builder-binary-assignment-operator-visitor@6.24.1 │ │ │ │ └── babel-helper-explode-assignable-expression@6.24.1 │ │ │ └── babel-plugin-syntax-exponentiation-operator@6.13.0 │ │ ├─┬ babel-plugin-transform-regenerator@6.26.0 │ │ │ └── regenerator-transform@0.10.1 │ │ ├─┬ browserslist@2.11.3 │ │ │ ├── caniuse-lite@1.0.30000828 │ │ │ └── electron-to-chromium@1.3.42 │ │ ├── invariant@2.2.4 │ │ └── semver@5.5.0 │ ├─┬ babel-preset-react@6.24.1 │ │ ├── babel-plugin-transform-react-display-name@6.25.0 │ │ ├─┬ babel-plugin-transform-react-jsx@6.24.1 │ │ │ └── babel-helper-builder-react-jsx@6.26.0 │ │ ├── babel-plugin-transform-react-jsx-self@6.22.0 │ │ ├── babel-plugin-transform-react-jsx-source@6.22.0 │ │ └─┬ babel-preset-flow@6.23.0 │ │ └─┬ babel-plugin-transform-flow-strip-types@6.22.0 │ │ └── babel-plugin-syntax-flow@6.18.0 │ └─┬ babel-preset-stage-0@6.24.1 │ ├─┬ babel-plugin-transform-do-expressions@6.22.0 │ │ └── babel-plugin-syntax-do-expressions@6.13.0 │ ├─┬ babel-plugin-transform-function-bind@6.22.0 │ │ └── babel-plugin-syntax-function-bind@6.13.0 │ └─┬ babel-preset-stage-1@6.24.1 │ ├─┬ babel-plugin-transform-class-constructor-call@6.24.1 │ │ └── babel-plugin-syntax-class-constructor-call@6.18.0 │ ├─┬ babel-plugin-transform-export-extensions@6.22.0 │ │ └── babel-plugin-syntax-export-extensions@6.13.0 │ └─┬ babel-preset-stage-2@6.24.1 │ ├── babel-plugin-syntax-dynamic-import@6.18.0 │ └─┬ babel-preset-stage-3@6.24.1 │ ├─┬ babel-plugin-transform-async-generator-functions@6.24.1 │ │ └── babel-plugin-syntax-async-generators@6.13.0 │ └── babel-plugin-transform-object-rest-spread@6.26.0 ├─┬ babel-plugin-istanbul@4.1.6 │ ├── babel-plugin-syntax-object-rest-spread@6.13.0 │ ├─┬ find-up@2.1.0 │ │ └─┬ locate-path@2.0.0 │ │ ├─┬ p-locate@2.0.0 │ │ │ └─┬ p-limit@1.2.0 │ │ │ └── p-try@1.0.0 │ │ └── path-exists@3.0.0 │ ├─┬ istanbul-lib-instrument@1.10.1 │ │ └── istanbul-lib-coverage@1.2.0 │ └─┬ test-exclude@4.2.1 │ ├── arrify@1.0.1 │ ├─┬ micromatch@3.1.10 │ │ ├── arr-diff@4.0.0 │ │ ├── array-unique@0.3.2 │ │ ├─┬ braces@2.3.2 │ │ │ ├── arr-flatten@1.1.0 │ │ │ ├── extend-shallow@2.0.1 │ │ │ ├─┬ fill-range@4.0.0 │ │ │ │ ├── extend-shallow@2.0.1 │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ ├── repeat-string@1.6.1 │ │ │ │ └─┬ to-regex-range@2.1.1 │ │ │ │ └── is-number@3.0.0 │ │ │ ├── isobject@3.0.1 │ │ │ ├── repeat-element@1.1.2 │ │ │ ├─┬ snapdragon-node@2.1.1 │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ ├── is-accessor-descriptor@1.0.0 │ │ │ │ │ ├── is-data-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 │ │ │ │ ├── isobject@3.0.1 │ │ │ │ └── snapdragon-util@3.0.1 │ │ │ └── split-string@3.1.0 │ │ ├─┬ define-property@2.0.2 │ │ │ ├─┬ is-descriptor@1.0.2 │ │ │ │ ├── is-accessor-descriptor@1.0.0 │ │ │ │ ├── is-data-descriptor@1.0.0 │ │ │ │ └── kind-of@6.0.2 │ │ │ └── isobject@3.0.1 │ │ ├─┬ extend-shallow@3.0.2 │ │ │ ├── assign-symbols@1.0.0 │ │ │ └─┬ is-extendable@1.0.1 │ │ │ └─┬ is-plain-object@2.0.4 │ │ │ └── isobject@3.0.1 │ │ ├─┬ extglob@2.0.4 │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ ├── is-accessor-descriptor@1.0.0 │ │ │ │ └── is-data-descriptor@1.0.0 │ │ │ ├─┬ expand-brackets@2.1.4 │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ ├── extend-shallow@2.0.1 │ │ │ │ └── posix-character-classes@0.1.1 │ │ │ └── extend-shallow@2.0.1 │ │ ├─┬ fragment-cache@0.2.1 │ │ │ └── map-cache@0.2.2 │ │ ├── kind-of@6.0.2 │ │ ├─┬ nanomatch@1.2.9 │ │ │ ├── arr-diff@4.0.0 │ │ │ ├── array-unique@0.3.2 │ │ │ ├─┬ is-odd@2.0.0 │ │ │ │ └── is-number@4.0.0 │ │ │ └── kind-of@6.0.2 │ │ ├─┬ object.pick@1.3.0 │ │ │ └── isobject@3.0.1 │ │ ├─┬ regex-not@1.0.2 │ │ │ └── safe-regex@1.1.0 │ │ ├─┬ snapdragon@0.8.2 │ │ │ ├─┬ base@0.11.2 │ │ │ │ ├─┬ cache-base@1.0.1 │ │ │ │ │ ├─┬ collection-visit@1.0.0 │ │ │ │ │ │ ├── map-visit@1.0.0 │ │ │ │ │ │ └─┬ object-visit@1.0.1 │ │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ │ ├── get-value@2.0.6 │ │ │ │ │ ├─┬ has-value@1.0.0 │ │ │ │ │ │ ├─┬ has-values@1.0.0 │ │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ │ │ └── kind-of@4.0.0 │ │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ ├─┬ set-value@2.0.0 │ │ │ │ │ │ └── extend-shallow@2.0.1 │ │ │ │ │ ├── to-object-path@0.3.0 │ │ │ │ │ ├─┬ union-value@1.0.0 │ │ │ │ │ │ └─┬ set-value@0.4.3 │ │ │ │ │ │ └── extend-shallow@2.0.1 │ │ │ │ │ └─┬ unset-value@1.0.0 │ │ │ │ │ ├─┬ has-value@0.3.1 │ │ │ │ │ │ ├── has-values@0.1.4 │ │ │ │ │ │ └── isobject@2.1.0 │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ ├─┬ class-utils@0.3.6 │ │ │ │ │ ├── arr-union@3.1.0 │ │ │ │ │ ├── define-property@0.2.5 │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ └─┬ static-extend@0.1.2 │ │ │ │ │ ├── define-property@0.2.5 │ │ │ │ │ └─┬ object-copy@0.1.0 │ │ │ │ │ ├── copy-descriptor@0.1.1 │ │ │ │ │ └── define-property@0.2.5 │ │ │ │ ├── component-emitter@1.2.1 │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ ├── is-accessor-descriptor@1.0.0 │ │ │ │ │ ├── is-data-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 │ │ │ │ ├── isobject@3.0.1 │ │ │ │ ├─┬ mixin-deep@1.3.1 │ │ │ │ │ └── is-extendable@1.0.1 │ │ │ │ └── pascalcase@0.1.1 │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ ├── is-accessor-descriptor@0.1.6 │ │ │ │ ├── is-data-descriptor@0.1.4 │ │ │ │ └── kind-of@5.1.0 │ │ │ ├── extend-shallow@2.0.1 │ │ │ ├─┬ source-map-resolve@0.5.1 │ │ │ │ ├── atob@2.1.0 │ │ │ │ ├── decode-uri-component@0.2.0 │ │ │ │ ├── resolve-url@0.2.1 │ │ │ │ ├── source-map-url@0.4.0 │ │ │ │ └── urix@0.1.0 │ │ │ └─┬ use@3.1.0 │ │ │ └── kind-of@6.0.2 │ │ └── to-regex@3.0.2 │ ├─┬ read-pkg-up@1.0.1 │ │ ├─┬ find-up@1.1.2 │ │ │ ├── path-exists@2.1.0 │ │ │ └─┬ pinkie-promise@2.0.1 │ │ │ └── pinkie@2.0.4 │ │ └─┬ read-pkg@1.1.0 │ │ ├─┬ load-json-file@1.1.0 │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ └─┬ error-ex@1.3.1 │ │ │ │ └── is-arrayish@0.2.1 │ │ │ ├── pify@2.3.0 │ │ │ └─┬ strip-bom@2.0.0 │ │ │ └── is-utf8@0.2.1 │ │ ├─┬ normalize-package-data@2.4.0 │ │ │ ├── hosted-git-info@2.6.0 │ │ │ ├─┬ is-builtin-module@1.0.0 │ │ │ │ └── builtin-modules@1.1.1 │ │ │ └─┬ validate-npm-package-license@3.0.3 │ │ │ ├─┬ spdx-correct@3.0.0 │ │ │ │ └── spdx-license-ids@3.0.0 │ │ │ └─┬ spdx-expression-parse@3.0.0 │ │ │ └── spdx-exceptions@2.1.0 │ │ └── path-type@1.1.0 │ └── require-main-filename@1.0.1 ├─┬ babel-plugin-jsx-control-statements@3.2.8 │ ├─┬ babel-core@6.26.0 │ │ ├─┬ babel-code-frame@6.26.0 │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ ├── has-ansi@2.0.0 │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ └── supports-color@2.0.0 │ │ │ └── esutils@2.0.2 │ │ ├─┬ babel-generator@6.26.1 │ │ │ ├─┬ detect-indent@4.0.0 │ │ │ │ └─┬ repeating@2.0.1 │ │ │ │ └─┬ is-finite@1.0.2 │ │ │ │ └── number-is-nan@1.0.1 │ │ │ ├── jsesc@1.3.0 │ │ │ └── trim-right@1.0.1 │ │ ├── babel-helpers@6.24.1 │ │ ├── babel-messages@6.23.0 │ │ ├── babel-template@6.26.0 │ │ ├─┬ babel-traverse@6.26.0 │ │ │ └── globals@9.18.0 │ │ ├─┬ babel-types@6.26.0 │ │ │ └── to-fast-properties@1.0.3 │ │ ├── babylon@6.18.0 │ │ ├── debug@2.6.9 │ │ ├── json5@0.5.1 │ │ └── private@0.1.8 │ └── babel-plugin-syntax-jsx@6.18.0 ├─┬ cross-env@5.1.4 │ ├─┬ cross-spawn@5.1.0 │ │ ├─┬ lru-cache@4.1.2 │ │ │ ├── pseudomap@1.0.2 │ │ │ └── yallist@2.1.2 │ │ ├─┬ shebang-command@1.2.0 │ │ │ └── shebang-regex@1.0.0 │ │ └─┬ which@1.3.0 │ │ └── isexe@2.0.0 │ └── is-windows@1.0.2 ├─┬ enzyme@3.3.0 │ ├─┬ cheerio@1.0.0-rc.2 │ │ ├─┬ css-select@1.2.0 │ │ │ ├── boolbase@1.0.0 │ │ │ ├── css-what@2.1.0 │ │ │ ├── domutils@1.5.1 │ │ │ └── nth-check@1.0.1 │ │ ├─┬ dom-serializer@0.1.0 │ │ │ └── domelementtype@1.1.3 │ │ ├── entities@1.1.1 │ │ ├─┬ htmlparser2@3.9.2 │ │ │ ├── domelementtype@1.3.0 │ │ │ └── domhandler@2.4.1 │ │ └─┬ parse5@3.0.3 │ │ └── @types/node@9.6.5 │ ├─┬ function.prototype.name@1.1.0 │ │ ├─┬ define-properties@1.1.2 │ │ │ └── foreach@2.0.5 │ │ └── function-bind@1.1.1 │ ├── has@1.0.1 │ ├── is-boolean-object@1.0.0 │ ├── is-callable@1.1.3 │ ├── is-number-object@1.0.3 │ ├── is-string@1.0.4 │ ├── is-subset@0.1.1 │ ├── object-inspect@1.5.0 │ ├── object-is@1.0.1 │ ├─┬ object.assign@4.1.0 │ │ ├── has-symbols@1.0.0 │ │ └── object-keys@1.0.11 │ ├─┬ object.entries@1.0.4 │ │ └─┬ es-abstract@1.11.0 │ │ ├─┬ es-to-primitive@1.1.1 │ │ │ ├── is-date-object@1.0.1 │ │ │ └── is-symbol@1.0.1 │ │ └── is-regex@1.0.4 │ ├── object.values@1.0.4 │ ├─┬ raf@3.4.0 │ │ └── performance-now@2.1.0 │ └─┬ rst-selector-parser@2.2.3 │ ├── lodash.flattendeep@4.4.0 │ └─┬ nearley@2.13.0 │ ├─┬ nomnom@1.6.2 │ │ ├── colors@0.5.1 │ │ └── underscore@1.4.4 │ ├── railroad-diagrams@1.0.0 │ └─┬ randexp@0.4.6 │ ├── discontinuous-range@1.0.0 │ └── ret@0.1.15 ├─┬ enzyme-adapter-react-16@1.1.1 │ ├── enzyme-adapter-utils@1.3.0 │ ├── prop-types@15.6.1 │ ├── react-reconciler@0.7.0 │ └─┬ react-test-renderer@16.3.1 │ └── react-is@16.3.1 ├── is-windows@1.0.2 ├─┬ jest@22.4.3 │ ├─┬ import-local@1.0.0 │ │ ├── pkg-dir@2.0.0 │ │ └─┬ resolve-cwd@2.0.0 │ │ └── resolve-from@3.0.0 │ └─┬ jest-cli@22.4.3 │ ├── ansi-escapes@3.1.0 │ ├─┬ chalk@2.3.2 │ │ ├─┬ ansi-styles@3.2.1 │ │ │ └─┬ color-convert@1.9.1 │ │ │ └── color-name@1.1.3 │ │ └─┬ supports-color@5.3.0 │ │ └── has-flag@3.0.0 │ ├── exit@0.1.2 │ ├─┬ is-ci@1.1.0 │ │ └── ci-info@1.1.3 │ ├─┬ istanbul-api@1.3.1 │ │ ├── async@2.6.0 │ │ ├── compare-versions@3.1.0 │ │ ├── fileset@2.0.3 │ │ ├─┬ istanbul-lib-hook@1.2.0 │ │ │ └─┬ append-transform@0.4.0 │ │ │ └── default-require-extensions@1.0.0 │ │ ├─┬ istanbul-lib-report@1.1.4 │ │ │ ├── path-parse@1.0.5 │ │ │ └─┬ supports-color@3.2.3 │ │ │ └── has-flag@1.0.0 │ │ ├─┬ istanbul-lib-source-maps@1.2.4 │ │ │ └── debug@3.1.0 │ │ ├─┬ istanbul-reports@1.3.0 │ │ │ └─┬ handlebars@4.0.11 │ │ │ ├── async@1.5.2 │ │ │ ├─┬ optimist@0.6.1 │ │ │ │ └── wordwrap@0.0.3 │ │ │ ├─┬ source-map@0.4.4 │ │ │ │ └── amdefine@1.0.1 │ │ │ └─┬ uglify-js@2.8.29 │ │ │ ├── uglify-to-browserify@1.0.2 │ │ │ └─┬ yargs@3.10.0 │ │ │ ├── camelcase@1.2.1 │ │ │ ├─┬ cliui@2.1.0 │ │ │ │ ├─┬ center-align@0.1.3 │ │ │ │ │ ├─┬ align-text@0.1.4 │ │ │ │ │ │ └── longest@1.0.1 │ │ │ │ │ └── lazy-cache@1.0.4 │ │ │ │ ├── right-align@0.1.3 │ │ │ │ └── wordwrap@0.0.2 │ │ │ └── window-size@0.1.0 │ │ └─┬ js-yaml@3.11.0 │ │ ├─┬ argparse@1.0.10 │ │ │ └── sprintf-js@1.0.3 │ │ └── esprima@4.0.0 │ ├─┬ istanbul-lib-source-maps@1.2.3 │ │ └── debug@3.1.0 │ ├─┬ jest-changed-files@22.4.3 │ │ └── throat@4.1.0 │ ├─┬ jest-config@22.4.3 │ │ ├── jest-environment-node@22.4.3 │ │ ├─┬ jest-jasmine2@22.4.3 │ │ │ ├── co@4.6.0 │ │ │ ├── expect@22.4.3 │ │ │ ├── is-generator-fn@1.0.0 │ │ │ └─┬ source-map-support@0.5.4 │ │ │ └── source-map@0.6.1 │ │ ├─┬ jest-resolve@22.4.3 │ │ │ └─┬ browser-resolve@1.11.2 │ │ │ └── resolve@1.1.7 │ │ └─┬ pretty-format@22.4.3 │ │ └── ansi-regex@3.0.0 │ ├─┬ jest-environment-jsdom@22.4.3 │ │ ├── jest-mock@22.4.3 │ │ └─┬ jsdom@11.7.0 │ │ ├── abab@1.0.4 │ │ ├── acorn@5.5.3 │ │ ├── acorn-globals@4.1.0 │ │ ├── array-equal@1.0.0 │ │ ├── cssom@0.3.2 │ │ ├── cssstyle@0.2.37 │ │ ├── data-urls@1.0.0 │ │ ├── domexception@1.0.1 │ │ ├─┬ escodegen@1.9.1 │ │ │ ├── esprima@3.1.3 │ │ │ ├── estraverse@4.2.0 │ │ │ ├─┬ optionator@0.8.2 │ │ │ │ ├── deep-is@0.1.3 │ │ │ │ ├── fast-levenshtein@2.0.6 │ │ │ │ ├── levn@0.3.0 │ │ │ │ ├── prelude-ls@1.1.2 │ │ │ │ ├── type-check@0.3.2 │ │ │ │ └── wordwrap@1.0.0 │ │ │ └── source-map@0.6.1 │ │ ├── html-encoding-sniffer@1.0.2 │ │ ├── left-pad@1.3.0 │ │ ├── nwmatcher@1.4.4 │ │ ├── parse5@4.0.0 │ │ ├── pn@1.1.0 │ │ ├─┬ request@2.85.0 │ │ │ ├── aws-sign2@0.7.0 │ │ │ ├── aws4@1.7.0 │ │ │ ├── caseless@0.12.0 │ │ │ ├─┬ combined-stream@1.0.6 │ │ │ │ └── delayed-stream@1.0.0 │ │ │ ├── extend@3.0.1 │ │ │ ├── forever-agent@0.6.1 │ │ │ ├─┬ form-data@2.3.2 │ │ │ │ └── asynckit@0.4.0 │ │ │ ├─┬ har-validator@5.0.3 │ │ │ │ ├─┬ ajv@5.5.2 │ │ │ │ │ ├── fast-deep-equal@1.1.0 │ │ │ │ │ ├── fast-json-stable-stringify@2.0.0 │ │ │ │ │ └── json-schema-traverse@0.3.1 │ │ │ │ └── har-schema@2.0.0 │ │ │ ├─┬ hawk@6.0.2 │ │ │ │ ├── boom@4.3.1 │ │ │ │ ├─┬ cryptiles@3.1.2 │ │ │ │ │ └── boom@5.2.0 │ │ │ │ ├── hoek@4.2.1 │ │ │ │ └── sntp@2.1.0 │ │ │ ├─┬ http-signature@1.2.0 │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ ├─┬ jsprim@1.4.1 │ │ │ │ │ ├── extsprintf@1.3.0 │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ └── verror@1.10.0 │ │ │ │ └─┬ sshpk@1.14.1 │ │ │ │ ├── asn1@0.2.3 │ │ │ │ ├── bcrypt-pbkdf@1.0.1 │ │ │ │ ├── dashdash@1.14.1 │ │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ │ ├── getpass@0.1.7 │ │ │ │ ├── jsbn@0.1.1 │ │ │ │ └── tweetnacl@0.14.5 │ │ │ ├── is-typedarray@1.0.0 │ │ │ ├── isstream@0.1.2 │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ ├─┬ mime-types@2.1.18 │ │ │ │ └── mime-db@1.33.0 │ │ │ ├── oauth-sign@0.8.2 │ │ │ ├── qs@6.5.1 │ │ │ ├── stringstream@0.0.5 │ │ │ ├── tunnel-agent@0.6.0 │ │ │ └── uuid@3.2.1 │ │ ├─┬ request-promise-native@1.0.5 │ │ │ ├── request-promise-core@1.1.1 │ │ │ └── stealthy-require@1.1.1 │ │ ├── sax@1.2.4 │ │ ├── symbol-tree@3.2.2 │ │ ├─┬ tough-cookie@2.3.4 │ │ │ └── punycode@1.4.1 │ │ ├─┬ w3c-hr-time@1.0.1 │ │ │ └── browser-process-hrtime@0.1.2 │ │ ├── webidl-conversions@4.0.2 │ │ ├─┬ whatwg-encoding@1.0.3 │ │ │ └── iconv-lite@0.4.19 │ │ ├── whatwg-mimetype@2.1.0 │ │ ├─┬ whatwg-url@6.4.0 │ │ │ ├── lodash.sortby@4.7.0 │ │ │ └─┬ tr46@1.0.1 │ │ │ └── punycode@2.1.0 │ │ ├─┬ ws@4.1.0 │ │ │ └── async-limiter@1.0.0 │ │ └── xml-name-validator@3.0.0 │ ├── jest-get-type@22.4.3 │ ├─┬ jest-haste-map@22.4.3 │ │ ├─┬ fb-watchman@2.0.0 │ │ │ └─┬ bser@2.0.0 │ │ │ └── node-int64@0.4.0 │ │ ├─┬ jest-docblock@22.4.3 │ │ │ └── detect-newline@2.1.0 │ │ ├── jest-serializer@22.4.3 │ │ └─┬ sane@2.5.0 │ │ ├─┬ anymatch@2.0.0 │ │ │ └─┬ micromatch@3.1.10 │ │ │ ├── arr-diff@4.0.0 │ │ │ ├── array-unique@0.3.2 │ │ │ ├─┬ braces@2.3.2 │ │ │ │ ├── extend-shallow@2.0.1 │ │ │ │ ├─┬ fill-range@4.0.0 │ │ │ │ │ ├── extend-shallow@2.0.1 │ │ │ │ │ └─┬ is-number@3.0.0 │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ └── isobject@3.0.1 │ │ │ ├─┬ extglob@2.0.4 │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ ├── is-accessor-descriptor@1.0.0 │ │ │ │ │ └── is-data-descriptor@1.0.0 │ │ │ │ ├─┬ expand-brackets@2.1.4 │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ │ └── extend-shallow@2.0.1 │ │ │ │ └── extend-shallow@2.0.1 │ │ │ └── kind-of@6.0.2 │ │ ├─┬ exec-sh@0.2.1 │ │ │ └── merge@1.2.0 │ │ ├─┬ micromatch@3.1.10 │ │ │ ├── arr-diff@4.0.0 │ │ │ ├── array-unique@0.3.2 │ │ │ ├─┬ braces@2.3.2 │ │ │ │ ├── extend-shallow@2.0.1 │ │ │ │ ├─┬ fill-range@4.0.0 │ │ │ │ │ ├── extend-shallow@2.0.1 │ │ │ │ │ └─┬ is-number@3.0.0 │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ └── isobject@3.0.1 │ │ │ ├─┬ extglob@2.0.4 │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ ├── is-accessor-descriptor@1.0.0 │ │ │ │ │ └── is-data-descriptor@1.0.0 │ │ │ │ ├─┬ expand-brackets@2.1.4 │ │ │ │ │ ├── define-property@0.2.5 │ │ │ │ │ └── extend-shallow@2.0.1 │ │ │ │ └── extend-shallow@2.0.1 │ │ │ └── kind-of@6.0.2 │ │ ├── minimist@1.2.0 │ │ ├─┬ walker@1.0.7 │ │ │ └─┬ makeerror@1.0.11 │ │ │ └── tmpl@1.0.4 │ │ └─┬ watch@0.18.0 │ │ └── minimist@1.2.0 │ ├─┬ jest-message-util@22.4.3 │ │ ├─┬ @babel/code-frame@7.0.0-beta.44 │ │ │ └── @babel/highlight@7.0.0-beta.44 │ │ └── stack-utils@1.0.1 │ ├── jest-regex-util@22.4.3 │ ├── jest-resolve-dependencies@22.4.3 │ ├─┬ jest-runner@22.4.3 │ │ └── jest-leak-detector@22.4.3 │ ├─┬ jest-runtime@22.4.3 │ │ ├─┬ babel-jest@22.4.3 │ │ │ └─┬ babel-preset-jest@22.4.3 │ │ │ └── babel-plugin-jest-hoist@22.4.3 │ │ ├─┬ json-stable-stringify@1.0.1 │ │ │ └── jsonify@0.0.0 │ │ ├── strip-bom@3.0.0 │ │ └─┬ write-file-atomic@2.3.0 │ │ ├── imurmurhash@0.1.4 │ │ └── signal-exit@3.0.2 │ ├─┬ jest-snapshot@22.4.3 │ │ ├── jest-diff@22.4.3 │ │ ├── jest-matcher-utils@22.4.3 │ │ └── natural-compare@1.4.0 │ ├─┬ jest-util@22.4.3 │ │ ├── callsites@2.0.0 │ │ └── source-map@0.6.1 │ ├─┬ jest-validate@22.4.3 │ │ └── leven@2.1.0 │ ├─┬ jest-worker@22.4.3 │ │ └── merge-stream@1.0.1 │ ├─┬ micromatch@2.3.11 │ │ ├── arr-diff@2.0.0 │ │ ├── array-unique@0.2.1 │ │ ├─┬ braces@1.8.5 │ │ │ ├─┬ expand-range@1.8.2 │ │ │ │ └─┬ fill-range@2.2.3 │ │ │ │ ├── is-number@2.1.0 │ │ │ │ ├── isobject@2.1.0 │ │ │ │ └─┬ randomatic@1.1.7 │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ └── kind-of@4.0.0 │ │ │ └── preserve@0.2.0 │ │ ├─┬ expand-brackets@0.1.5 │ │ │ └── is-posix-bracket@0.1.1 │ │ ├── extglob@0.3.2 │ │ ├── filename-regex@2.0.1 │ │ ├─┬ kind-of@3.2.2 │ │ │ └── is-buffer@1.1.6 │ │ ├─┬ object.omit@2.0.1 │ │ │ ├─┬ for-own@0.1.5 │ │ │ │ └── for-in@1.0.2 │ │ │ └── is-extendable@0.1.1 │ │ ├─┬ parse-glob@3.0.4 │ │ │ ├── glob-base@0.3.0 │ │ │ └── is-dotfile@1.0.3 │ │ └─┬ regex-cache@0.4.4 │ │ └─┬ is-equal-shallow@0.1.3 │ │ └── is-primitive@2.0.0 │ ├─┬ node-notifier@5.2.1 │ │ ├── growly@1.3.0 │ │ └── shellwords@0.1.1 │ ├─┬ realpath-native@1.0.0 │ │ └─┬ util.promisify@1.0.0 │ │ └── object.getownpropertydescriptors@2.0.3 │ ├── rimraf@2.6.2 │ ├─┬ string-length@2.0.0 │ │ └── astral-regex@1.0.0 │ ├─┬ strip-ansi@4.0.0 │ │ └── ansi-regex@3.0.0 │ └─┬ yargs@10.1.2 │ ├─┬ cliui@4.0.0 │ │ └─┬ wrap-ansi@2.1.0 │ │ ├─┬ string-width@1.0.2 │ │ │ ├── code-point-at@1.1.0 │ │ │ └── is-fullwidth-code-point@1.0.0 │ │ └── strip-ansi@3.0.1 │ ├── decamelize@1.2.0 │ ├── get-caller-file@1.0.2 │ ├─┬ os-locale@2.1.0 │ │ ├─┬ execa@0.7.0 │ │ │ ├── get-stream@3.0.0 │ │ │ ├─┬ npm-run-path@2.0.2 │ │ │ │ └── path-key@2.0.1 │ │ │ ├── p-finally@1.0.0 │ │ │ └── strip-eof@1.0.0 │ │ ├─┬ lcid@1.0.0 │ │ │ └── invert-kv@1.0.0 │ │ └─┬ mem@1.1.0 │ │ └── mimic-fn@1.2.0 │ ├── require-directory@2.1.1 │ ├── set-blocking@2.0.0 │ ├─┬ string-width@2.1.1 │ │ └── is-fullwidth-code-point@2.0.0 │ ├── which-module@2.0.0 │ ├── y18n@3.2.1 │ └─┬ yargs-parser@8.1.0 │ └── camelcase@4.1.0 ├── lodash@4.17.5 ├─┬ mocha@5.1.0 │ ├── browser-stdout@1.3.1 │ ├── commander@2.11.0 │ ├─┬ debug@3.1.0 │ │ └── ms@2.0.0 │ ├── diff@3.5.0 │ ├── escape-string-regexp@1.0.5 │ ├── growl@1.10.3 │ ├── he@1.1.1 │ ├─┬ minimatch@3.0.4 │ │ └─┬ brace-expansion@1.1.11 │ │ ├── balanced-match@1.0.0 │ │ └── concat-map@0.0.1 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ └─┬ supports-color@4.4.0 │ └── has-flag@2.0.0 ├─┬ nyc@11.6.0 │ ├── archy@1.0.0 │ ├── arrify@1.0.1 │ ├─┬ caching-transform@1.0.1 │ │ └─┬ write-file-atomic@1.3.4 │ │ ├── graceful-fs@4.1.11 │ │ ├── imurmurhash@0.1.4 │ │ └── slide@1.1.6 │ ├── convert-source-map@1.5.1 │ ├── debug-log@1.0.1 │ ├─┬ default-require-extensions@1.0.0 │ │ └─┬ strip-bom@2.0.0 │ │ └── is-utf8@0.2.1 │ ├─┬ find-cache-dir@0.1.1 │ │ ├── commondir@1.0.1 │ │ └─┬ pkg-dir@1.0.0 │ │ └─┬ find-up@1.1.2 │ │ ├── path-exists@2.1.0 │ │ └─┬ pinkie-promise@2.0.1 │ │ └── pinkie@2.0.4 │ ├─┬ find-up@2.1.0 │ │ └─┬ locate-path@2.0.0 │ │ ├─┬ p-locate@2.0.0 │ │ │ └─┬ p-limit@1.2.0 │ │ │ └── p-try@1.0.0 │ │ └── path-exists@3.0.0 │ ├─┬ foreground-child@1.5.6 │ │ └─┬ cross-spawn@4.0.2 │ │ └─┬ lru-cache@4.1.2 │ │ ├── pseudomap@1.0.2 │ │ └── yallist@2.1.2 │ ├─┬ glob@7.1.2 │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ └── wrappy@1.0.2 │ │ ├── inherits@2.0.3 │ │ ├─┬ minimatch@3.0.4 │ │ │ └─┬ brace-expansion@1.1.11 │ │ │ ├── balanced-match@1.0.0 │ │ │ └── concat-map@0.0.1 │ │ ├── once@1.4.0 │ │ └── path-is-absolute@1.0.1 │ ├── istanbul-lib-coverage@1.2.0 │ ├─┬ istanbul-lib-hook@1.1.0 │ │ └── append-transform@0.4.0 │ ├─┬ istanbul-lib-instrument@1.10.1 │ │ ├─┬ babel-generator@6.26.1 │ │ │ ├── babel-messages@6.23.0 │ │ │ ├─┬ babel-runtime@6.26.0 │ │ │ │ ├── core-js@2.5.3 │ │ │ │ └── regenerator-runtime@0.11.1 │ │ │ ├─┬ detect-indent@4.0.0 │ │ │ │ └─┬ repeating@2.0.1 │ │ │ │ └─┬ is-finite@1.0.2 │ │ │ │ └── number-is-nan@1.0.1 │ │ │ ├── jsesc@1.3.0 │ │ │ └── trim-right@1.0.1 │ │ ├── babel-template@6.26.0 │ │ ├─┬ babel-traverse@6.26.0 │ │ │ ├─┬ babel-code-frame@6.26.0 │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ ├── escape-string-regexp@1.0.5 │ │ │ │ │ ├── has-ansi@2.0.0 │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ └── js-tokens@3.0.2 │ │ │ ├── debug@2.6.9 │ │ │ ├── globals@9.18.0 │ │ │ └─┬ invariant@2.2.3 │ │ │ └── loose-envify@1.3.1 │ │ ├─┬ babel-types@6.26.0 │ │ │ ├── esutils@2.0.2 │ │ │ └── to-fast-properties@1.0.3 │ │ ├── babylon@6.18.0 │ │ └── semver@5.5.0 │ ├─┬ istanbul-lib-report@1.1.3 │ │ ├── path-parse@1.0.5 │ │ └─┬ supports-color@3.2.3 │ │ └── has-flag@1.0.0 │ ├─┬ istanbul-lib-source-maps@1.2.3 │ │ ├─┬ debug@3.1.0 │ │ │ └── ms@2.0.0 │ │ └── source-map@0.5.7 │ ├─┬ istanbul-reports@1.3.0 │ │ └─┬ handlebars@4.0.11 │ │ ├── async@1.5.2 │ │ ├─┬ optimist@0.6.1 │ │ │ └── wordwrap@0.0.3 │ │ ├─┬ source-map@0.4.4 │ │ │ └── amdefine@1.0.1 │ │ └─┬ uglify-js@2.8.29 │ │ ├── uglify-to-browserify@1.0.2 │ │ └─┬ yargs@3.10.0 │ │ ├── camelcase@1.2.1 │ │ ├─┬ cliui@2.1.0 │ │ │ ├─┬ center-align@0.1.3 │ │ │ │ ├─┬ align-text@0.1.4 │ │ │ │ │ └── longest@1.0.1 │ │ │ │ └── lazy-cache@1.0.4 │ │ │ ├── right-align@0.1.3 │ │ │ └── wordwrap@0.0.2 │ │ └── window-size@0.1.0 │ ├─┬ md5-hex@1.3.0 │ │ └── md5-o-matic@0.1.1 │ ├─┬ merge-source-map@1.1.0 │ │ └── source-map@0.6.1 │ ├─┬ micromatch@2.3.11 │ │ ├─┬ arr-diff@2.0.0 │ │ │ └── arr-flatten@1.1.0 │ │ ├── array-unique@0.2.1 │ │ ├─┬ braces@1.8.5 │ │ │ ├─┬ expand-range@1.8.2 │ │ │ │ └─┬ fill-range@2.2.3 │ │ │ │ ├── is-number@2.1.0 │ │ │ │ ├─┬ isobject@2.1.0 │ │ │ │ │ └── isarray@1.0.0 │ │ │ │ ├─┬ randomatic@1.1.7 │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ └── kind-of@4.0.0 │ │ │ │ └── repeat-string@1.6.1 │ │ │ ├── preserve@0.2.0 │ │ │ └── repeat-element@1.1.2 │ │ ├─┬ expand-brackets@0.1.5 │ │ │ └── is-posix-bracket@0.1.1 │ │ ├── extglob@0.3.2 │ │ ├── filename-regex@2.0.1 │ │ ├── is-extglob@1.0.0 │ │ ├── is-glob@2.0.1 │ │ ├─┬ kind-of@3.2.2 │ │ │ └── is-buffer@1.1.6 │ │ ├─┬ normalize-path@2.1.1 │ │ │ └── remove-trailing-separator@1.1.0 │ │ ├─┬ object.omit@2.0.1 │ │ │ ├─┬ for-own@0.1.5 │ │ │ │ └── for-in@1.0.2 │ │ │ └── is-extendable@0.1.1 │ │ ├─┬ parse-glob@3.0.4 │ │ │ ├─┬ glob-base@0.3.0 │ │ │ │ └── glob-parent@2.0.0 │ │ │ └── is-dotfile@1.0.3 │ │ └─┬ regex-cache@0.4.4 │ │ └─┬ is-equal-shallow@0.1.3 │ │ └── is-primitive@2.0.0 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ ├── resolve-from@2.0.0 │ ├── rimraf@2.6.2 │ ├── signal-exit@3.0.2 │ ├─┬ spawn-wrap@1.4.2 │ │ └── os-homedir@1.0.2 │ ├─┬ test-exclude@4.2.1 │ │ ├─┬ micromatch@3.1.9 │ │ │ ├── arr-diff@4.0.0 │ │ │ ├── array-unique@0.3.2 │ │ │ ├─┬ braces@2.3.1 │ │ │ │ ├── define-property@1.0.0 │ │ │ │ ├── extend-shallow@2.0.1 │ │ │ │ ├─┬ fill-range@4.0.0 │ │ │ │ │ ├── extend-shallow@2.0.1 │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ └─┬ to-regex-range@2.1.1 │ │ │ │ │ └── is-number@3.0.0 │ │ │ │ ├── isobject@3.0.1 │ │ │ │ ├─┬ snapdragon-node@2.1.1 │ │ │ │ │ ├── define-property@1.0.0 │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ └── snapdragon-util@3.0.1 │ │ │ │ └── split-string@3.1.0 │ │ │ ├─┬ define-property@2.0.2 │ │ │ │ ├─┬ is-descriptor@1.0.2 │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ └── kind-of@6.0.2 │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ └── kind-of@6.0.2 │ │ │ │ │ └── kind-of@6.0.2 │ │ │ │ └── isobject@3.0.1 │ │ │ ├─┬ extend-shallow@3.0.2 │ │ │ │ ├── assign-symbols@1.0.0 │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ └─┬ is-plain-object@2.0.4 │ │ │ │ └── isobject@3.0.1 │ │ │ ├─┬ extglob@2.0.4 │ │ │ │ ├── define-property@1.0.0 │ │ │ │ ├─┬ expand-brackets@2.1.4 │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ │ ├── extend-shallow@2.0.1 │ │ │ │ │ └── posix-character-classes@0.1.1 │ │ │ │ └── extend-shallow@2.0.1 │ │ │ ├─┬ fragment-cache@0.2.1 │ │ │ │ └── map-cache@0.2.2 │ │ │ ├── kind-of@6.0.2 │ │ │ ├─┬ nanomatch@1.2.9 │ │ │ │ ├── arr-diff@4.0.0 │ │ │ │ ├── array-unique@0.3.2 │ │ │ │ ├─┬ is-odd@2.0.0 │ │ │ │ │ └── is-number@4.0.0 │ │ │ │ └── kind-of@6.0.2 │ │ │ ├─┬ object.pick@1.3.0 │ │ │ │ └── isobject@3.0.1 │ │ │ ├─┬ regex-not@1.0.2 │ │ │ │ └─┬ safe-regex@1.1.0 │ │ │ │ └── ret@0.1.15 │ │ │ ├─┬ snapdragon@0.8.2 │ │ │ │ ├─┬ base@0.11.2 │ │ │ │ │ ├─┬ cache-base@1.0.1 │ │ │ │ │ │ ├─┬ collection-visit@1.0.0 │ │ │ │ │ │ │ ├── map-visit@1.0.0 │ │ │ │ │ │ │ └─┬ object-visit@1.0.1 │ │ │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ │ │ ├── get-value@2.0.6 │ │ │ │ │ │ ├─┬ has-value@1.0.0 │ │ │ │ │ │ │ ├─┬ has-values@1.0.0 │ │ │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ │ │ │ └── kind-of@4.0.0 │ │ │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ │ ├─┬ set-value@2.0.0 │ │ │ │ │ │ │ └── extend-shallow@2.0.1 │ │ │ │ │ │ ├── to-object-path@0.3.0 │ │ │ │ │ │ ├─┬ union-value@1.0.0 │ │ │ │ │ │ │ └─┬ set-value@0.4.3 │ │ │ │ │ │ │ └── extend-shallow@2.0.1 │ │ │ │ │ │ └─┬ unset-value@1.0.0 │ │ │ │ │ │ ├─┬ has-value@0.3.1 │ │ │ │ │ │ │ ├── has-values@0.1.4 │ │ │ │ │ │ │ └── isobject@2.1.0 │ │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ │ ├─┬ class-utils@0.3.6 │ │ │ │ │ │ ├── arr-union@3.1.0 │ │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ │ └─┬ static-extend@0.1.2 │ │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ │ │ └─┬ object-copy@0.1.0 │ │ │ │ │ │ ├── copy-descriptor@0.1.1 │ │ │ │ │ │ └─┬ define-property@0.2.5 │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ ├── is-accessor-descriptor@0.1.6 │ │ │ │ │ │ ├── is-data-descriptor@0.1.4 │ │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ │ ├── component-emitter@1.2.1 │ │ │ │ │ ├── define-property@1.0.0 │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ ├─┬ mixin-deep@1.3.1 │ │ │ │ │ │ └── is-extendable@1.0.1 │ │ │ │ │ └── pascalcase@0.1.1 │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ ├── extend-shallow@2.0.1 │ │ │ │ ├─┬ source-map-resolve@0.5.1 │ │ │ │ │ ├── atob@2.0.3 │ │ │ │ │ ├── decode-uri-component@0.2.0 │ │ │ │ │ ├── resolve-url@0.2.1 │ │ │ │ │ ├── source-map-url@0.4.0 │ │ │ │ │ └── urix@0.1.0 │ │ │ │ └─┬ use@3.1.0 │ │ │ │ └── kind-of@6.0.2 │ │ │ └── to-regex@3.0.2 │ │ ├── object-assign@4.1.1 │ │ ├─┬ read-pkg-up@1.0.1 │ │ │ ├── find-up@1.1.2 │ │ │ └─┬ read-pkg@1.1.0 │ │ │ ├─┬ load-json-file@1.1.0 │ │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ │ └─┬ error-ex@1.3.1 │ │ │ │ │ └── is-arrayish@0.2.1 │ │ │ │ └── pify@2.3.0 │ │ │ ├─┬ normalize-package-data@2.4.0 │ │ │ │ ├── hosted-git-info@2.6.0 │ │ │ │ ├─┬ is-builtin-module@1.0.0 │ │ │ │ │ └── builtin-modules@1.1.1 │ │ │ │ └─┬ validate-npm-package-license@3.0.3 │ │ │ │ ├─┬ spdx-correct@3.0.0 │ │ │ │ │ └── spdx-license-ids@3.0.0 │ │ │ │ └─┬ spdx-expression-parse@3.0.0 │ │ │ │ └── spdx-exceptions@2.1.0 │ │ │ └── path-type@1.1.0 │ │ └── require-main-filename@1.0.1 │ ├─┬ yargs@11.1.0 │ │ ├─┬ cliui@4.0.0 │ │ │ ├─┬ strip-ansi@4.0.0 │ │ │ │ └── ansi-regex@3.0.0 │ │ │ └─┬ wrap-ansi@2.1.0 │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ └── is-fullwidth-code-point@1.0.0 │ │ │ └─┬ strip-ansi@3.0.1 │ │ │ └── ansi-regex@2.1.1 │ │ ├── decamelize@1.2.0 │ │ ├── get-caller-file@1.0.2 │ │ ├─┬ os-locale@2.1.0 │ │ │ ├─┬ execa@0.7.0 │ │ │ │ ├─┬ cross-spawn@5.1.0 │ │ │ │ │ └─┬ shebang-command@1.2.0 │ │ │ │ │ └── shebang-regex@1.0.0 │ │ │ │ ├── get-stream@3.0.0 │ │ │ │ ├── is-stream@1.1.0 │ │ │ │ ├─┬ npm-run-path@2.0.2 │ │ │ │ │ └── path-key@2.0.1 │ │ │ │ ├── p-finally@1.0.0 │ │ │ │ └── strip-eof@1.0.0 │ │ │ ├─┬ lcid@1.0.0 │ │ │ │ └── invert-kv@1.0.0 │ │ │ └─┬ mem@1.1.0 │ │ │ └── mimic-fn@1.2.0 │ │ ├── require-directory@2.1.1 │ │ ├── set-blocking@2.0.0 │ │ ├─┬ string-width@2.1.1 │ │ │ ├── is-fullwidth-code-point@2.0.0 │ │ │ └─┬ strip-ansi@4.0.0 │ │ │ └── ansi-regex@3.0.0 │ │ ├── which-module@2.0.0 │ │ ├── y18n@3.2.1 │ │ └─┬ yargs-parser@9.0.2 │ │ └── camelcase@4.1.0 │ └─┬ yargs-parser@8.1.0 │ └── camelcase@4.1.0 ├─┬ react@16.3.1 │ ├─┬ fbjs@0.8.16 │ │ ├── core-js@1.2.7 │ │ ├─┬ isomorphic-fetch@2.2.1 │ │ │ ├─┬ node-fetch@1.7.3 │ │ │ │ ├── encoding@0.1.12 │ │ │ │ └── is-stream@1.1.0 │ │ │ └── whatwg-fetch@2.0.4 │ │ ├─┬ promise@7.3.1 │ │ │ └── asap@2.0.6 │ │ ├── setimmediate@1.0.5 │ │ └── ua-parser-js@0.7.17 │ ├─┬ loose-envify@1.3.1 │ │ └── js-tokens@3.0.2 │ └── object-assign@4.1.1 ├── react-dom@16.3.1 └─┬ which@1.3.0 └── isexe@2.0.0 ```
OverseePublic commented 6 years ago

However, if I run manual babel, it covers it correctly. image

OverseePublic commented 6 years ago

Seems like Clover does not recognize JSX IF correctly. Hope this information helps. image

srikanthvuyyuru commented 6 years ago

+1 I am also experiencing this issue

OverseePublic commented 6 years ago

Modifying statement map can produce something like this. image

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

JaKXz commented 5 years ago

Can you share a minimal reproduction of your setup or a link to your project repo? Sorry I missed the link, the original comment is a bit hard to parse. Hopefully our new issue template is better. Does your config look something like: https://istanbul.js.org/docs/tutorials/es2015/ ?

Are you still experiencing this with the latest nyc?

JaKXz commented 5 years ago

After fixing your config which was giving me build errors to start, I was able to get the correct results on babel 6 and nyc 11.6.x. I'm going to close this issue, if you are still having trouble, please try following the tutorials and the latest versions of babel and nyc.