Floating IDs, and this one has static gradients that appear to give the shape a shadow.
Unintentional lighting effects?
Forked from Shintaro Inagaki's Pen d3.js Geodesic Rainbow.
A Pen by Greg Galloway on CodePen.
| /** Created by: greg.a.galloway@gmail.com Oct 2015 | |
| * Issue: TSL-105 | |
| * | |
| * This file should demonstrate desired functionality for | |
| * leveraging the Edmund's API. If configuration is | |
| * required, check the issue link above. | |
| */ | |
| 'use strict'; | |
| var sinon = require('sinon'); |
Floating IDs, and this one has static gradients that appear to give the shape a shadow.
Unintentional lighting effects?
Forked from Shintaro Inagaki's Pen d3.js Geodesic Rainbow.
A Pen by Greg Galloway on CodePen.
Forked from Shintaro Inagaki's Pen d3.js Geodesic Rainbow.
Forked from Shintaro Inagaki's Pen d3.js Geodesic Rainbow.
A Pen by Captain Anonymous on CodePen.
| task printNakedClasses (dependsOn: test)<< { | |
| ext.TEST_FILE_NAME = "$buildDir/reports/jacoco/test/jacocoTestReport.csv" | |
| //load and split the file | |
| ext.inputFile = file(ext.TEST_FILE_NAME) | |
| String[] lines = inputFile.text.split('\n') | |
| List<String[]> rows = lines.collect {it.split(',')} | |
| def classesUncovered = rows.findAll { row -> | |
| row[4]=="0" | |
| } |